UNPKG

@formio/core

Version:

The core Form.io renderering framework.

17 lines (16 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { type: 'array', key: 'employees', components: [ { type: 'component', key: 'firstName' }, { type: 'component', key: 'lastName' } ] };