UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

17 lines (12 loc) 271 B
const CLASS_PREFIX = 'md-alert-badge'; const DEFAULTS = {}; const COLORS = { ERROR: 'error', SUCCESS: 'success', THEME: 'theme', WARNING: 'warning', }; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, }; export { CLASS_PREFIX, COLORS, DEFAULTS, STYLE };