TLUiToolbarToggleGroupProps
See source codeTable of contents
Extends React.HTMLAttributes<HTMLDivElement>
.
interface TLUiToolbarToggleGroupProps
extends React.HTMLAttributes<HTMLDivElement> {}
Properties
children
optional
children?: React.ReactNode
className
optional
className?: string
defaultValue
optional
defaultValue?: any
dir
optional
dir?: 'ltr' | 'rtl'
type
type: 'multiple' | 'single'
Prev
TLUiToolbarPropsNext
TLUiToolbarToggleItemProps