@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
11 lines • 410 B
JavaScript
var CLASS_PREFIX = 'md-text-input';
var STYLE = {
wrapper: "".concat(CLASS_PREFIX, "-wrapper"),
container: "".concat(CLASS_PREFIX, "-container"),
help: "".concat(CLASS_PREFIX, "-help"),
error: "".concat(CLASS_PREFIX, "-error"),
messages: "".concat(CLASS_PREFIX, "-messages"),
clear: "".concat(CLASS_PREFIX, "-clear"),
};
export { STYLE };
//# sourceMappingURL=TextInput.constants.js.map