@karcass/template-reducer
Version:
Abstract base class for template reducing according to user preferences
11 lines (10 loc) • 463 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ConfigParameterType;
(function (ConfigParameterType) {
ConfigParameterType["string"] = "string";
ConfigParameterType["number"] = "number";
ConfigParameterType["radio"] = "radio";
ConfigParameterType["checkbox"] = "checkbox";
ConfigParameterType["confirm"] = "confirm";
})(ConfigParameterType = exports.ConfigParameterType || (exports.ConfigParameterType = {}));