UNPKG

formiojs

Version:

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

8 lines (7 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { form: "\n<{{tag}} ref=\"html\"\n {% for (var attr in attrs) { %}\n {{attr}}=\"{{attrs[attr]}}\"\n {% } %}\n>{{content}}</{{tag}}>\n" };