UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines (13 loc) 304 B
declare const CLASS_PREFIX = "md-button-group"; declare const DEFAULTS: { ROUND: boolean; SPACED: boolean; COMPRESSED: boolean; SEPARATOR: boolean; ORIENTATION: string; }; declare const STYLE: { wrapper: string; separator: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE };