TLUiToolbarToggleGroupProps

See source code
Table of contents

Extends React.HTMLAttributes<HTMLDivElement>.

interface TLUiToolbarToggleGroupProps extends React.HTMLAttributes<HTMLDivElement> {}

Properties

asChild

optional
asChild?: boolean;

children

optional
children?: React.ReactNode;

className

optional
className?: string;

defaultValue

optional
defaultValue?: any;

dir

optional
dir?: "ltr" | "rtl";

type

type: "multiple" | "single";

value

value: any;

Prev
TLUiToolbarProps
Next
TLUiToolbarToggleItemProps