@kelvininc/ui-components
Version:
Kelvin UI Components
14 lines (13 loc) • 770 B
TypeScript
export declare const TIME_RANGE_UPDATE_INTERVAL = 10000;
export declare const CUSTOMIZE_INTERVAL_LABEL = "Custom Interval";
export declare const TIMEZONES_PLACEHOLDER = "Select a timezone";
export declare const TIMEZONES_SEARCH_PLACEHOLDER = "Search for a timezone";
export declare const DEFAULT_TIMEZONE_GROUP_NAME = "system-timezone";
export declare const DEFAULT_TIMEZONE_GROUP_LABEL = "System Timezone - Default";
export declare const OTHER_TIMEZONES_GROUP_NAME = "other-timezones";
export declare const OTHER_TIMEZONES_GROUP_LABEL = "Other Timezones";
export declare const BOTTOM_OPTIONS_HEIGHT = 41;
export declare const SELECT_OPTION_HEIGHT = 32;
export declare const GROUP_GAP = 12;
export declare const MAX_HEIGHT = 347;
export declare const PADDING_SIZE = 16;