Skip to content

Commit 49dea6e

Browse files
author
Marco Cesarato
committed
chore(types): add on long press to types
1 parent 4569eb1 commit 49dea6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface ReactNativeInputSpinnerProps {
4747
onIncrease?(...args: unknown[]): unknown;
4848
onDecrease?(...args: unknown[]): unknown;
4949
onSubmit?(...args: unknown[]): unknown;
50+
onLongPress?(...args: unknown[]): unknown;
5051
accelerationDelay?: number;
5152
speed?: number;
5253
emptied?: boolean;

0 commit comments

Comments
 (0)