From 9e79848dae7976188c4e339912d30c80e3655b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AC=BC=E8=B0=B7=E4=B8=AD=E5=A6=96?= Date: Thu, 16 Nov 2023 01:07:50 +0800 Subject: [PATCH] feat: [export konsta-react types KonstaProviderProps] (#183) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 王冬 --- src/react/konsta-react.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react/konsta-react.d.ts b/src/react/konsta-react.d.ts index 97e287d5..b8ae42da 100644 --- a/src/react/konsta-react.d.ts +++ b/src/react/konsta-react.d.ts @@ -31,3 +31,4 @@ declare const useTheme: () => 'material' | 'ios'; // EXPORT_COMPONENTS export { useTheme, KonstaProvider }; +export { KonstaProviderProps }