UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

11 lines (8 loc) 280 B
const CLASS_PREFIX = 'md-button-dialpad'; const STYLE = { primaryText: `${CLASS_PREFIX}-primary-text`, secondaryText: `${CLASS_PREFIX}-secondary-text`, wrapper: `${CLASS_PREFIX}-wrapper`, innerWrapper: `${CLASS_PREFIX}-inner-wrapper`, }; export { CLASS_PREFIX, STYLE };