UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

15 lines (14 loc) 480 B
declare const CLASS_PREFIX = "md-menu-trigger"; import type { PlacementType } from '../ModalArrow/ModalArrow.types'; declare const MENU_TRIGGER_PLACEMENTS: Record<string, PlacementType>; declare const DEFAULTS: { VARIANT: string; PLACEMENT: string; SHOW_ARROW: boolean; COLOR: import("../ModalContainer").ModalContainerColor; }; declare const STYLE: { wrapper: string; overlay: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE, MENU_TRIGGER_PLACEMENTS };