UNPKG

tdesign-vue-next

Version:
31 lines (28 loc) 446 B
/** * tdesign v1.15.2 * (c) 2025 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] } }; export { props as default }; //# sourceMappingURL=option-props.mjs.map