UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

12 lines 376 B
var CLASS_PREFIX = 'md-toast'; var DEFAULTS = { HEADING_LEVEL_2: 'h2', }; var STYLE = { controls: "".concat(CLASS_PREFIX, "-controls"), header: "".concat(CLASS_PREFIX, "-header"), title: "".concat(CLASS_PREFIX, "-title"), wrapper: "".concat(CLASS_PREFIX, "-wrapper"), }; export { CLASS_PREFIX, DEFAULTS, STYLE }; //# sourceMappingURL=Toast.constants.js.map