formiojs
Version:
Common js library for client side interaction with <form.io>
12 lines • 435 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div\n class="drag-and-drop-alert alert alert-info no-drag"\n style="text-align:center;"\n role="alert"\n data-noattach="true"\n data-position="' +
((__t = (ctx.position)) == null ? '' : __t) +
'"\n>\n ' +
((__t = (ctx.t('Drag and Drop a form component'))) == null ? '' : __t) +
'\n</div>\n';
return __p
}