SingleChoiceToggleGroupProps interface
The properties of the SingleChoiceToggleGroup React component.
Signature:
export interface SingleChoiceToggleGroupProps<T extends string>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
className? | string | (Optional) | |
items | { title: string; value: T; contents: React.ReactNode; }[] | ||
onChange | (value: T) => void | ||
value | T |