UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

13 lines (9 loc) 196 B
const CLASS_PREFIX = 'md-reaction-badge'; const DEFAULTS = { COUNT: 1, REACTED: false, }; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, }; export { CLASS_PREFIX, DEFAULTS, STYLE };