UNPKG

@kelvininc/ui-components

Version:
17 lines (16 loc) 1 kB
import { IRelativeTimePickerOption } from './relative-time-picker.types'; export declare const TIME_RANGE_UPDATE_INTERVAL = 10000; export declare const CUSTOMIZE_INTERVAL_KEY = "customize-interval"; 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 DEFAULT_RELATIVE_TIME_OPTIONS_GROUPS: IRelativeTimePickerOption[][]; 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;