UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

28 lines (27 loc) 746 B
declare const CLASS_PREFIX = "md-notification-system"; declare const POSITION: { readonly TOP_RIGHT: "top-right"; readonly BOTTOM_RIGHT: "bottom-right"; readonly TOP_LEFT: "top-left"; readonly BOTTOM_LEFT: "bottom-left"; }; declare const ENTER_ANIMATIONS: { SLIDE_IN_RIGHT: string; SLIDE_IN_BOTTOM: string; }; declare const DEFAULTS: { POSITION: "top-right"; CONTAINER_ID_SUFFIX: string; AUTOCLOSE_TIMEOUT: number; ENTER_ANIMATION: string; Z_INDEX: number; NEWEST_ON_TOP: boolean; }; declare const STYLE: { wrapper: string; }; declare const ATTENTION: { readonly MEDIUM: "medium"; readonly LOW: "low"; }; export { CLASS_PREFIX, DEFAULTS, STYLE, POSITION, ATTENTION, ENTER_ANIMATIONS };