UNPKG

formiojs

Version:

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

18 lines (17 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { components: [{ type: 'textfield', key: 'firstName', input: true }, { type: 'textfield', key: 'lastName', input: true }] }; exports.default = _default;