@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
19 lines • 465 B
JavaScript
var CLASS_PREFIX = 'md-navigation-tab';
var DEFAULTS = {
SIZE: 48,
COUNT: 0,
ACTIVE: false,
};
var SIZES = {
40: 40,
48: 48,
200: 200,
};
var STYLE = {
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
icon: "".concat(CLASS_PREFIX, "-icon"),
label: "".concat(CLASS_PREFIX, "-label"),
count: "".concat(CLASS_PREFIX, "-count"),
};
export { CLASS_PREFIX, DEFAULTS, STYLE, SIZES };
//# sourceMappingURL=NavigationTab.constants.js.map