TLUiSelectValueProps

See source code
Table of contents
interface TLUiSelectValueProps {}

Properties

children

optional
children?: React.ReactNode;

icon

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

placeholder

optional
placeholder?: string;

Prev
TLUiSelectTriggerProps
Next
TLUiSliderProps