@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
18 lines (17 loc) • 392 B
TypeScript
declare const CLASS_PREFIX = "md-toast-content";
declare const DEFAULTS: {};
declare const ACTION_COLORS: {
CANCEL: string;
JOIN: string;
SUCCESS: string;
WARNING: string;
};
declare const STYLE: {
action: string;
actions: string;
actor: string;
info: string;
scope: string;
wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, ACTION_COLORS, STYLE };