From 67caac5bfacb0494ef18110146f3853a968565e5 Mon Sep 17 00:00:00 2001 From: David Mair Spiess Date: Thu, 21 Feb 2019 07:33:42 +0100 Subject: [PATCH] Typescript: add missing utils export (#834) --- 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';