@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
11 lines • 473 B
JavaScript
var CLASS_PREFIX = 'md-toast-notification';
var STYLE = {
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
body: "".concat(CLASS_PREFIX, "-body"),
leadingVisual: "".concat(CLASS_PREFIX, "-leading-visual"),
content: "".concat(CLASS_PREFIX, "-content"),
closeButton: "".concat(CLASS_PREFIX, "-close-button"),
buttonGroup: "".concat(CLASS_PREFIX, "-button-group"),
};
export { CLASS_PREFIX, STYLE };
//# sourceMappingURL=ToastNotification.constants.js.map