UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines (10 loc) 317 B
import { TickPosition } from './MenuSelectionGroup.types'; const CLASS_PREFIX = 'md-menu-selection-group'; const DEFAULTS = { TICK_POSITION: 'right' as TickPosition, }; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, header: `${CLASS_PREFIX}-header-wrapper`, }; export { CLASS_PREFIX, DEFAULTS, STYLE };