UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

21 lines (20 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ mode: 'autocomplete', address: {} }, { mode: 'manual', address: { street: '', city: '', county: '', state: '', zip: '', country: '' } }]; exports.default = _default;