UNPKG

tdesign-vue-next

Version:
57 lines (54 loc) 816 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ var props = { allowHalf: Boolean, clearable: Boolean, color: { type: [String, Array], "default": "#ED7B2F" }, count: { type: Number, "default": 5 }, disabled: { type: Boolean, "default": void 0 }, gap: { type: Number, "default": 4 }, icon: { type: Function }, showText: Boolean, size: { type: String, "default": "24px" }, texts: { type: Array, "default": function _default() { return []; } }, value: { type: Number, "default": void 0 }, modelValue: { type: Number, "default": void 0 }, defaultValue: { type: Number, "default": 0 }, onChange: Function }; export { props as default }; //# sourceMappingURL=props.js.map