UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

11 lines (10 loc) 286 B
import { TickPosition } from './MenuSelectionGroup.types'; declare const CLASS_PREFIX = "md-menu-selection-group"; declare const DEFAULTS: { TICK_POSITION: TickPosition; }; declare const STYLE: { wrapper: string; header: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE };