@totalsoft/rocket-ui
Version:
A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.
11 lines • 400 B
JavaScript
export var ControlType;
(function (ControlType) {
ControlType["Text"] = "Text";
ControlType["Integer"] = "Integer";
ControlType["Numeric"] = "Numeric";
ControlType["Date"] = "Date";
ControlType["Checkbox"] = "Checkbox";
ControlType["Autocomplete"] = "Autocomplete";
ControlType["Custom"] = "Custom";
})(ControlType || (ControlType = {}));
//# sourceMappingURL=types.js.map