diff --git a/src/index.ts b/src/index.ts index 1bf2284628..1fdfe8af08 100644 --- a/src/index.ts +++ b/src/index.ts @@ -147,6 +147,7 @@ export type { BorderlessButtonProperties, } from './handlers/gestureHandlerTypesCompat'; +export type { SwipeableProps } from './components/Swipeable'; export { default as Swipeable } from './components/Swipeable'; export type { DrawerLayoutProps,