@blueprintjs/core
Version:
Core styles & components
32 lines (31 loc) • 1.8 kB
TypeScript
export declare const CLAMP_MIN_MAX: string;
export declare const ALERT_WARN_CANCEL_PROPS: string;
export declare const COLLAPSIBLE_LIST_INVALID_CHILD: string;
export declare const CONTEXTMENU_WARN_DECORATOR_NO_METHOD: string;
export declare const HOTKEYS_HOTKEY_CHILDREN: string;
export declare const MENU_WARN_CHILDREN_SUBMENU_MUTEX: string;
export declare const NUMERIC_INPUT_MIN_MAX: string;
export declare const NUMERIC_INPUT_MINOR_STEP_SIZE_BOUND: string;
export declare const NUMERIC_INPUT_MAJOR_STEP_SIZE_BOUND: string;
export declare const NUMERIC_INPUT_MINOR_STEP_SIZE_NON_POSITIVE: string;
export declare const NUMERIC_INPUT_MAJOR_STEP_SIZE_NON_POSITIVE: string;
export declare const NUMERIC_INPUT_STEP_SIZE_NON_POSITIVE: string;
export declare const NUMERIC_INPUT_STEP_SIZE_NULL: string;
export declare const POPOVER_ONE_CHILD: string;
export declare const POPOVER_MODAL_INTERACTION: string;
export declare const POPOVER_WARN_MODAL_INLINE: string;
export declare const POPOVER_WARN_DEPRECATED_CONSTRAINTS: string;
export declare const POPOVER_WARN_INLINE_NO_TETHER: string;
export declare const POPOVER_WARN_UNCONTROLLED_ONINTERACTION: string;
export declare const RADIOGROUP_WARN_CHILDREN_OPTIONS_MUTEX: string;
export declare const SLIDER_ZERO_STEP: string;
export declare const SLIDER_ZERO_LABEL_STEP: string;
export declare const RANGESLIDER_NULL_VALUE: string;
export declare const TABS_FIRST_CHILD: string;
export declare const TABS_MISMATCH: string;
export declare const TABS_WARN_DEPRECATED: string;
export declare const TOASTER_WARN_INLINE: string;
export declare const TOASTER_WARN_LEFT_RIGHT: string;
export declare const TOOLTIP_WARN_EMPTY_CONTENT: string;
export declare const DIALOG_WARN_NO_HEADER_ICON: string;
export declare const DIALOG_WARN_NO_HEADER_CLOSE_BUTTON: string;