UNPKG

@cbinsights/fds

Version:
7 lines (6 loc) 461 B
import { GroupBase, StylesConfig, ThemeConfig } from 'react-select'; import { SelectComponents } from 'react-select/dist/declarations/src/components'; import { OptionProps } from '.'; export declare const customComponents: Partial<SelectComponents<OptionProps, boolean, GroupBase<OptionProps>>>; export declare const customThemes: ThemeConfig; export declare const customStyles: (useStylesForHeader?: boolean | undefined) => StylesConfig<OptionProps, boolean>;