@evlmaistrenko/tools-antd
Preparing search index...
index
IconSelectOption
Interface IconSelectOption<ValueType>
interface
IconSelectOption
<
ValueType
=
unknown
>
{
icon
?:
ReactNode
;
value
?:
ValueType
;
[
name
:
string
]:
any
;
}
Type Parameters
ValueType
=
unknown
Hierarchy
BaseOptionType
IconSelectOption
Indexable
[
name
:
string
]:
any
Index
Properties
icon?
value?
Properties
Optional
icon
icon
?:
ReactNode
Optional
value
value
?:
ValueType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
icon
value
@evlmaistrenko/tools-antd
Loading...