formiojs
Version:
Common js library for client side interaction with <form.io>
12 lines • 287 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div class="' +
((__t = (ctx.classes)) == null ? '' : __t) +
'" ref="webform" novalidate>' +
((__t = (ctx.children)) == null ? '' : __t) +
'</div>\n';
return __p
}