UNPKG

tdesign-mobile-vue

Version:
62 lines (57 loc) 931 B
/** * tdesign v1.8.3 * (c) 2025 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var PickerProps = { cancelBtn: { type: [String, Boolean], default: true }, columns: { type: [Array, Function], default: function _default() { return []; }, required: true }, confirmBtn: { type: [String, Boolean], default: true }, header: { type: Function }, keys: { type: Object }, option: { type: Function }, renderLabel: { type: Function }, title: { type: String, default: "" }, value: { type: Array, default: void 0 }, modelValue: { type: Array, default: void 0 }, defaultValue: { type: Array }, onCancel: Function, onChange: Function, onConfirm: Function, onPick: Function }; exports["default"] = PickerProps; //# sourceMappingURL=props.js.map