This commit is contained in:
icssoa
2025-08-03 15:23:44 +08:00
parent 01ea7b3e89
commit 914114aa11
18 changed files with 73 additions and 70 deletions

View File

@@ -14,5 +14,4 @@ export type ClSignProps = {
minStrokeWidth?: number;
maxStrokeWidth?: number;
velocitySensitivity?: number;
autoRotate?: boolean;
};