@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
19 lines (18 loc) • 364 B
TypeScript
declare const CLASS_PREFIX = "md-navigation-tab";
declare const DEFAULTS: {
SIZE: number;
COUNT: number;
ACTIVE: boolean;
};
declare const SIZES: {
40: number;
48: number;
200: number;
};
declare const STYLE: {
wrapper: string;
icon: string;
label: string;
count: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE, SIZES };