UNPKG

@formio/core

Version:

The core Form.io renderering framework.

21 lines (20 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { type: 'nested', key: 'nested', components: [ { type: 'html', key: 'html1', content: 'Hello', tag: 'strong' }, { type: 'html', key: 'html2', content: 'There', tag: 'h2' }, ] };