@kelvininc/ui-components
Version:
Kelvin UI Components
9 lines (8 loc) • 570 B
TypeScript
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;