@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
12 lines • 418 B
JavaScript
var CLASS_PREFIX = 'md-accordion';
var DEFAULTS = {
DEFAULT_EXPANDED: true,
};
var STYLE = {
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
headerRow: "".concat(CLASS_PREFIX, "-header-row"),
headerHeading: "".concat(CLASS_PREFIX, "-header-heading"),
headerButton: "".concat(CLASS_PREFIX, "-header-button"),
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
//# sourceMappingURL=Accordion.constants.js.map