UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

17 lines (16 loc) 732 B
import { HideShowEvent } from "../Dialog/consts/dialog-show-hide-event"; export declare const DIALOG_MOVE_BY: { main: number; secondary: number; }; export declare const DEFAULT_DIALOG_SHOW_TRIGGER: HideShowEvent[]; export declare const DEFAULT_DIALOG_HIDE_TRIGGER: HideShowEvent[]; export declare const SECONDARY_BUTTON_WRAPPER_CLASSNAME = "monday-style-split-button__secondary-button-wrapper"; export declare const EMPTY_ARR: string[]; export declare const ENTER_KEYS: string[]; export declare enum SplitButtonSecondaryContentPosition { BOTTOM_START = "bottom-start", BOTTOM_MIDDLE = "bottom", BOTTOM_END = "bottom-end" } export declare const SECONDARY_BUTTON_ARIA_LABEL = "additional actions";