From 8f92061a782811cf70e55be6f21eec6a2b1ae05e Mon Sep 17 00:00:00 2001 From: Thomas Ghysels Date: Thu, 25 Feb 2021 13:24:30 +0100 Subject: [PATCH] Fix type export of internal modal --- src/contexts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/index.ts b/src/contexts/index.ts index a8d5b672..e03878fb 100644 --- a/src/contexts/index.ts +++ b/src/contexts/index.ts @@ -10,5 +10,5 @@ export { export { BottomSheetModalInternalContext, BottomSheetModalInternalProvider, - BottomSheetModalInternalContextType, } from './modal/internal'; +export type { BottomSheetModalInternalContextType } from './modal/internal';