Skip to content

Commit

Permalink
fix: export SwipeableProps (#2561)
Browse files Browse the repository at this point in the history
## Description

Allows library consumer to import them.

## Test plan

Generated a new build and tested with types from `lib/typescript`.
  • Loading branch information
G07cha authored Aug 9, 2023
1 parent 6db514d commit 8bbef20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8bbef20

Please sign in to comment.