UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (7 loc) 211 B
const CLASS_PREFIX = 'md-focus-ring'; const STYLE = { disabled: `${CLASS_PREFIX}-wrapper-disabled`, wrapper: `${CLASS_PREFIX}-wrapper`, inset: `${CLASS_PREFIX}-inset`, }; export { CLASS_PREFIX, STYLE };