formiojs
Version:
Common js library for client side interaction with <form.io>
21 lines (20 loc) • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'type': 'button',
'theme': 'primary',
'disableOnInvalid': false,
'action': 'submit',
'block': false,
'rightIcon': '',
'leftIcon': '',
'size': 'md',
'key': 'submit',
'tableView': false,
'label': 'Submit',
'input': true
};
exports.default = _default;