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 fad3a3b commit c450496Copy full SHA for c450496
src/components/Swipeable.tsx
@@ -36,7 +36,7 @@ type SwipeableExcludes = Exclude<
36
'onGestureEvent' | 'onHandlerStateChange'
37
>;
38
39
-interface SwipeableProps
+export interface SwipeableProps
40
extends Pick<PanGestureHandlerProps, SwipeableExcludes> {
41
/**
42
* Enables two-finger gestures on supported devices, for example iPads with
src/index.ts
@@ -116,6 +116,7 @@ export type {
116
} from './handlers/gestureHandlerTypesCompat';
117
118
export { default as Swipeable } from './components/Swipeable';
119
+export type { SwipeableProps } from './components/Swipeable';
120
export type {
121
DrawerLayoutProps,
122
DrawerPosition,
0 commit comments