UNPKG

formiojs

Version:

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

16 lines (15 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ type: 'textfield', input: true, key: 'format', label: 'Format', placeholder: 'Format', tooltip: 'The moment.js format for saving the value of this field.', weight: 50 }]; exports.default = _default;