UNPKG

2.9 kBTypeScriptView Raw
1export declare const CLAMP_MIN_MAX: string;
2export declare const ALERT_WARN_CANCEL_PROPS: string;
3export declare const ALERT_WARN_CANCEL_ESCAPE_KEY: string;
4export declare const ALERT_WARN_CANCEL_OUTSIDE_CLICK: string;
5export declare const COLLAPSIBLE_LIST_INVALID_CHILD: string;
6export declare const CONTEXTMENU_WARN_DECORATOR_NO_METHOD: string;
7export declare const CONTEXTMENU_WARN_DECORATOR_NEEDS_REACT_ELEMENT: string;
8export declare const HOTKEYS_HOTKEY_CHILDREN: string;
9export declare const HOTKEYS_WARN_DECORATOR_NO_METHOD: string;
10export declare const HOTKEYS_WARN_DECORATOR_NEEDS_REACT_ELEMENT: string;
11export declare const HOTKEYS_PROVIDER_NOT_FOUND: string;
12export declare const HOTKEYS_TARGET2_CHILDREN_LOCAL_HOTKEYS: string;
13export declare const INPUT_WARN_LEFT_ELEMENT_LEFT_ICON_MUTEX: string;
14export declare const NUMERIC_INPUT_MIN_MAX: string;
15export declare const NUMERIC_INPUT_MINOR_STEP_SIZE_BOUND: string;
16export declare const NUMERIC_INPUT_MAJOR_STEP_SIZE_BOUND: string;
17export declare const NUMERIC_INPUT_MINOR_STEP_SIZE_NON_POSITIVE: string;
18export declare const NUMERIC_INPUT_MAJOR_STEP_SIZE_NON_POSITIVE: string;
19export declare const NUMERIC_INPUT_STEP_SIZE_NON_POSITIVE: string;
20export declare const NUMERIC_INPUT_CONTROLLED_VALUE_INVALID: string;
21export declare const PANEL_STACK_INITIAL_PANEL_STACK_MUTEX: string;
22export declare const PANEL_STACK_REQUIRES_PANEL: string;
23export declare const OVERFLOW_LIST_OBSERVE_PARENTS_CHANGED: string;
24export declare const POPOVER_REQUIRES_TARGET: string;
25export declare const POPOVER_HAS_BACKDROP_INTERACTION: string;
26export declare const POPOVER_WARN_TOO_MANY_CHILDREN: string;
27export declare const POPOVER_WARN_DOUBLE_CONTENT: string;
28export declare const POPOVER_WARN_DOUBLE_TARGET: string;
29export declare const POPOVER_WARN_EMPTY_CONTENT: string;
30export declare const POPOVER_WARN_HAS_BACKDROP_INLINE: string;
31export declare const POPOVER_WARN_PLACEMENT_AND_POSITION_MUTEX: string;
32export declare const POPOVER_WARN_UNCONTROLLED_ONINTERACTION: string;
33export declare const PORTAL_CONTEXT_CLASS_NAME_STRING: string;
34export declare const PORTAL_LEGACY_CONTEXT_API: string;
35export declare const RADIOGROUP_WARN_CHILDREN_OPTIONS_MUTEX: string;
36export declare const SLIDER_ZERO_STEP: string;
37export declare const SLIDER_ZERO_LABEL_STEP: string;
38export declare const RANGESLIDER_NULL_VALUE: string;
39export declare const MULTISLIDER_INVALID_CHILD: string;
40export declare const MULTISLIDER_WARN_LABEL_STEP_SIZE_LABEL_VALUES_MUTEX: string;
41export declare const SPINNER_WARN_CLASSES_SIZE: string;
42export declare const TOASTER_CREATE_NULL: string;
43export declare const TOASTER_WARN_INLINE: string;
44export declare const DIALOG_WARN_NO_HEADER_ICON: string;
45export declare const DIALOG_WARN_NO_HEADER_CLOSE_BUTTON: string;
46export declare const DRAWER_ANGLE_POSITIONS_ARE_CASTED: string;
47export declare const TOASTER_MAX_TOASTS_INVALID: string;