UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines (13 loc) 294 B
declare const CLASS_PREFIX = "md-menu-list-background"; declare const COLORS: { primary: string; secondary: string; tertiary: string; }; declare const STYLE: { wrapper: string; }; declare const DEFAULTS: { COLOR: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE, COLORS };