UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

11 lines (10 loc) 232 B
declare const CLASS_PREFIX = "md-reaction-button"; declare const DEFAULTS: { REACTED: boolean; SIZE: number; DISABLED: boolean; }; declare const STYLE: { wrapper: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE };