UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

13 lines (10 loc) 297 B
const CLASS_PREFIX = 'md-text-input'; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, container: `${CLASS_PREFIX}-container`, help: `${CLASS_PREFIX}-help`, error: `${CLASS_PREFIX}-error`, messages: `${CLASS_PREFIX}-messages`, clear: `${CLASS_PREFIX}-clear`, }; export { STYLE };