UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

19 lines (13 loc) 419 B
import { ListItemBaseSize } from '../ListItemBase/ListItemBase.types'; import { TickPosition } from './Menu.types'; const CLASS_PREFIX = 'md-menu'; const STYLE = { wrapper: `${CLASS_PREFIX}-wrapper`, }; const DEFAULTS = { ITEM_SIZE: 40 as ListItemBaseSize, ITEM_SHAPE: 'rectangle' as const, TICK_POSITION: 'right' as TickPosition, }; const GROUP = 'group'; export { CLASS_PREFIX, STYLE, DEFAULTS, GROUP };