UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines (10 loc) 378 B
const CLASS_PREFIX = 'md-meeting-row-content'; const DEFAULTS = {}; const STYLE = { startSection: `${CLASS_PREFIX}-start-section`, border: `${CLASS_PREFIX}-border`, middleSection: `${CLASS_PREFIX}-middle-section`, endSection: `${CLASS_PREFIX}-end-section`, startSectionNoImage: `${CLASS_PREFIX}-start-section-no-image`, }; export { CLASS_PREFIX, DEFAULTS, STYLE };