@formio-tmt/bootstrap
Version:
Bootstrap templates for Form.io forms
13 lines • 304 B
JavaScript
export default function(ctx) {
var __t, __p = '';
__p += '<i ref="' +
((__t = (ctx.ref)) == null ? '' : __t) +
'" class="' +
((__t = (ctx.className)) == null ? '' : __t) +
'" style="' +
((__t = (ctx.styles)) == null ? '' : __t) +
'">' +
((__t = (ctx.content)) == null ? '' : __t) +
'</i>\n';
return __p
}