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 6db514d commit 8bbef20Copy full SHA for 8bbef20
src/index.ts
@@ -147,6 +147,7 @@ export type {
147
BorderlessButtonProperties,
148
} from './handlers/gestureHandlerTypesCompat';
149
150
+export type { SwipeableProps } from './components/Swipeable';
151
export { default as Swipeable } from './components/Swipeable';
152
export type {
153
DrawerLayoutProps,
0 commit comments