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 6351de9 commit 6835231Copy full SHA for 6835231
src/index.d.ts
@@ -8,6 +8,7 @@ export interface ReactNativeInputSpinnerProps {
8
value?: string | number;
9
initialValue?: string | number;
10
step?: string | number;
11
+ longStep?: string | number;
12
precision?: number;
13
shadow?: boolean;
14
rounded?: boolean;
0 commit comments