From 9502f232f8fbfaaa5ad92cb8de37e344240d33f3 Mon Sep 17 00:00:00 2001 From: David Mair Spiess Date: Wed, 28 Nov 2018 14:34:32 +0100 Subject: [PATCH] Add missing utils export --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 37a2fa0736..56aee00cce 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -5,3 +5,4 @@ export default DayPicker; export * from './common'; export * from './props'; +export * from './utils';