UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

13 lines (10 loc) 352 B
const CLASS_PREFIX = 'md-toast-notification'; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, body: `${CLASS_PREFIX}-body`, leadingVisual: `${CLASS_PREFIX}-leading-visual`, content: `${CLASS_PREFIX}-content`, closeButton: `${CLASS_PREFIX}-close-button`, buttonGroup: `${CLASS_PREFIX}-button-group`, }; export { CLASS_PREFIX, STYLE };