UNPKG

formiojs

Version:

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

16 lines (15 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { label: 'Time', inputType: 'text', tableView: true, key: 'time', type: 'time', input: true, inputMask: '99:99' }; exports.default = _default;