TLUiSelectItemProps

See source code
Table of contents
interface TLUiSelectItemProps {}

Properties

className

optional
className?: string;

disabled

optional
disabled?: boolean;

icon

optional
icon?: Exclude<string, TLUiIconType> | TLUiIconType;

label

label: string;

value

value: string;

Prev
TLUiSelectContentProps
Next
TLUiSelectProps