@cbinsights/fds
Version:
Form: A design system by CB Insights
7 lines (6 loc) • 461 B
TypeScript
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>;