@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
10 lines • 390 B
JavaScript
var CLASS_PREFIX = 'md-input-message';
var STYLE = {
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
message: "".concat(CLASS_PREFIX, "-message"),
text: "".concat(CLASS_PREFIX, "--text"),
icon: "".concat(CLASS_PREFIX, "--icon"),
};
var MESSAGE_LEVEL = ['success', 'warning', 'error', 'none'];
export { STYLE, MESSAGE_LEVEL };
//# sourceMappingURL=InputMessage.constants.js.map