@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
27 lines (26 loc) • 606 B
TypeScript
declare const CLASS_PREFIX = "md-button-pill";
declare const DEFAULTS: {
readonly COLOR: "primary";
readonly DISABLED_OUTLINE: false;
readonly SHALLOW_DISABLED: false;
readonly GHOST: false;
readonly GROWN: false;
readonly OUTLINE: false;
readonly SIZE: 40;
readonly STOP_PROPAGATION: true;
};
declare const COLORS: {
JOIN: string;
CANCEL: string;
MESSAGE: string;
};
declare const SIZES: {
40: number;
32: number;
28: number;
24: number;
};
declare const STYLE: {
wrapper: string;
};
export { CLASS_PREFIX, COLORS, DEFAULTS, SIZES, STYLE };