@formio/uswds
Version:
US Web Design System templates for form.io
10 lines • 302 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div class="text-secondary-dark width-full margin-top-05 formio-warnings">\n <p class="form-base">' +
((__t = (ctx.message)) == null ? '' : __t) +
'</p>\n</div>\n';
return __p
}