TldrawUiSelectItem
An item in the select dropdown. Styled to match TldrawUiMenuCheckboxItem.
Properties
className
optional
className?: string;disabled
optional
disabled?: boolean;icon
optional
icon?: Exclude<string, TLUiIconType> | TLUiIconType;label
label: string;value
value: string;Prev
TldrawUiSelectContentNext
TldrawUiSelectTrigger