UNPKG

@indec/form-builder

Version:

Form builder

17 lines (16 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = exports["default"] = { TEXT_FIELD: 1, NUMERIC_FIELD: 2, DROPDOWN: 3, RADIO: 4, CHECKBOX: 5, DATE: 6, RADIO_TABLE: 7, CURRENCY: 8, MESSAGE: 9 };