This commit is contained in:
icssoa
2025-07-29 16:16:06 +08:00
parent 752beb9437
commit db2cfc8e59
10 changed files with 43 additions and 26 deletions

View File

@@ -17,5 +17,6 @@ export type ClSliderProps = {
step?: number;
disabled?: boolean;
blockSize?: number;
trackHeight?: number;
showValue?: boolean;
};