formiojs
Version:
Common js library for client side interaction with <form.io>
24 lines (23 loc) • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
one: true,
two: true,
three: true
}, {
one: false,
two: false,
three: false
}, {
one: true,
two: false,
three: true
}, {
one: false,
two: true,
three: false
}];
exports.default = _default;