From 3d59035a20a5eef2aea7f00fab09ec894a442c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20=C3=96brink?= Date: Sat, 6 Feb 2021 22:11:57 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Added=20missing=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 6f29423e2..0e72095bb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,3 @@ export * from './provider' +export * from './context' +export * from './hooks'