UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

12 lines (8 loc) 302 B
const CLASS_PREFIX = 'md-add-reaction-button'; // setting to 24, cause momentum-design doesn't support size 20 for variant secondary // overridding it in css to size 20 const DEFAULTS = { SIZE: 24 }; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, }; export { CLASS_PREFIX, DEFAULTS, STYLE };