UNPKG

@formio/core

Version:

The core Form.io renderering framework.

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