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