UNPKG

@kelvininc/ui-components

Version:
9 lines (8 loc) 570 B
import { IIllustrationMessage } from '../illustration-message/illustration-message.types'; import { ISelectOption } from '../select-option/select-option.types'; export declare const MINIMUM_SEARCHABLE_OPTIONS = 15; export declare const SELECT_OPTION_HEIGHT_IN_PX = 32; export declare const DEFAULT_ADD_OPTION_PLACEHOLDER = "Add a new option"; export declare const ADD_OPTION: ISelectOption; export declare const DEFAULT_NO_DATA_AVAILABLE_ILLUSTRATION_CONFIG: IIllustrationMessage; export declare const DEFAULT_NO_RESULTS_FOUND_ILLUSTRATION_CONFIG: IIllustrationMessage;