UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

28 lines (27 loc) 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { type: 'form', components: [{ label: 'Email', tableView: true, key: 'email', type: 'email', input: true }, { label: 'Submit', showValidations: false, tableView: false, key: 'submit', type: 'button', input: true }], title: 'test11', display: 'form', name: 'test11', path: 'test11' }; exports.default = _default;