@novin-dev/formalite
Version:
Generate MUI form with few line of code
11 lines (8 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
exports.FetchingDataEnum = void 0;
(function (FetchingDataEnum) {
FetchingDataEnum["AUTOMATIC"] = "AUTOMATIC";
FetchingDataEnum["MANUAL"] = "MANUAL";
})(exports.FetchingDataEnum || (exports.FetchingDataEnum = {}));
//# sourceMappingURL=model.js.map