choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
15 lines (12 loc) • 345 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IntlType = void 0;
var IntlType;
exports.IntlType = IntlType;
(function (IntlType) {
IntlType["singleLine"] = "singleLine";
IntlType["multipleLine"] = "multipleLine";
})(IntlType || (exports.IntlType = IntlType = {}));
//# sourceMappingURL=enum.js.map
;