@evlmaistrenko/tools-antd
    Preparing search index...

    Type Alias IconSelectComponent

    IconSelectComponent: <
        ValueType = any,
        OptionType extends
            IconSelectOption<ValueType> = IconSelectOption<ValueType>,
    >(
        props: SelectProps<ValueType, OptionType> & RefAttributes<BaseSelectRef>,
    ) => ReactElement & { displayName?: string }