UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

15 lines (12 loc) 446 B
const CLASS_PREFIX = 'md-code-input'; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, input: `${CLASS_PREFIX}-input`, container: `${CLASS_PREFIX}-container`, character: `${CLASS_PREFIX}-character`, characterInactive: `${CLASS_PREFIX}-character--inactive`, characterSelected: `${CLASS_PREFIX}-character--selected`, messages: `${CLASS_PREFIX}__messages`, message: `${CLASS_PREFIX}-message`, }; export { CLASS_PREFIX, STYLE };