Skip to content

Commit

Permalink
fix: export of internal modal type (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Mar 4, 2021
1 parent 0aa88ad commit e51490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export {
export {
BottomSheetModalInternalContext,
BottomSheetModalInternalProvider,
BottomSheetModalInternalContextType,
} from './modal/internal';
export type { BottomSheetModalInternalContextType } from './modal/internal';

0 comments on commit e51490b

Please sign in to comment.