TLUiToolbarProps
See source codeTable of contents
Extends React.HTMLAttributes<HTMLDivElement>
.
interface TLUiToolbarProps extends React.HTMLAttributes<HTMLDivElement> {}
Properties
children
optional
children?: React.ReactNode
className
optional
className?: string
dir
optional
dir?: 'ltr' | 'rtl'
label
label: string
Prev
TLUiToolbarButtonPropsNext
TLUiToolbarToggleGroupProps