@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
16 lines (15 loc) • 437 B
TypeScript
import { ButtonControlControl } from './ButtonControl.types';
declare const CLASS_PREFIX = "md-button-control";
declare const DEFAULTS: {};
declare const CONTROLS: Record<string, ButtonControlControl>;
declare const ICONS: {
close: string;
favorite: string;
maximize: string;
minimize: string;
mute: string;
};
declare const STYLE: {
wrapper: string;
};
export { CLASS_PREFIX, CONTROLS, DEFAULTS, ICONS, STYLE };