We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7cd23 commit 633a0e1Copy full SHA for 633a0e1
types/index.d.ts
@@ -19,7 +19,7 @@ export type StrengthFuncton = StrengthFunction;
19
20
export function useDndScrolling(
21
ref: React.Ref<any>,
22
- options: {
+ options?: {
23
verticalStrength?: StrengthFunction;
24
horizontalStrength?: StrengthFunction;
25
strengthMultiplier?: number;
0 commit comments