TLUiLayoutProps
See source codeTable of contents
Extends HTMLAttributes<HTMLDivElement>
.
interface TLUiLayoutProps extends HTMLAttributes<HTMLDivElement> {}
Properties
asChild
optional
asChild?: boolean
children
children: ReactNode
tooltipSide
optional
tooltipSide?: 'bottom' | 'left' | 'right' | 'top'
Prev
TLUiKbdPropsNext
TLUiMainMenuProps