@formio/core
Version:
The core Form.io renderering framework.
19 lines (18 loc) • 395 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
type: 'htmlcontainer',
tag: 'div',
className: 'testing',
attrs: [
{ attr: 'one', value: 'two' },
{ attr: 'three', value: 'four' }
],
components: [
{
type: 'html',
tag: 'span',
content: 'Testing'
}
]
};
;