@kelvininc/ui-components
Version:
Kelvin UI Components
5 lines (4 loc) • 340 B
TypeScript
export declare const SINGLE_SELECT_CLEAR_SELECTION_LABEL = "Clear all";
export declare const MINIMUM_SEARCHABLE_OPTIONS = 15;
export declare const INVALID_VALUE_ERROR = "Empty string \"\" is an invalid value for the dropdown, if you wish to deselect the dropdown please set the value to undefined.";
export declare const EMPTY_STRING = "";