UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

12 lines (8 loc) 189 B
const CLASS_PREFIX = 'md-divider-dot'; const DEFAULTS = { SIZE: 'small' as const, }; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, }; export { CLASS_PREFIX, DEFAULTS, STYLE };