Skip to content

Commit 8bbef20

Browse files
authored
fix: export SwipeableProps (#2561)
## Description Allows library consumer to import them. ## Test plan Generated a new build and tested with types from `lib/typescript`.
1 parent 6db514d commit 8bbef20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export type {
147147
BorderlessButtonProperties,
148148
} from './handlers/gestureHandlerTypesCompat';
149149

150+
export type { SwipeableProps } from './components/Swipeable';
150151
export { default as Swipeable } from './components/Swipeable';
151152
export type {
152153
DrawerLayoutProps,

0 commit comments

Comments
 (0)