UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

21 lines (20 loc) 450 B
declare const CLASS_PREFIX = "md-toast-details"; declare const DEFAULTS: {}; declare const INFO_COLORS: { CANCEL: string; JOIN: string; SUCCESS: string; WARNING: string; }; declare const STYLE: { badge: string; badges: string; content: string; controls: string; image: string; info: string; subject: string; title: string; wrapper: string; }; export { CLASS_PREFIX, DEFAULTS, INFO_COLORS, STYLE };