UNPKG

tdesign-vue-next

Version:
31 lines (28 loc) 453 B
/** * tdesign v1.19.2 * (c) 2026 tdesign * @license MIT */ var props = { checkAll: Boolean, content: { type: [String, Function] }, "default": { type: [String, Function] }, disabled: Boolean, label: { type: String, "default": "" }, title: { type: String, "default": "" }, value: { type: [String, Number, Boolean, BigInt] } }; export { props as default }; //# sourceMappingURL=option-props.js.map