From c510049549bdaf5522404fa69f0c6866410af136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Mon, 9 Jul 2018 16:59:45 +0200 Subject: [PATCH] fix(types): Restored resetIdCounter TS type (#494) --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index a01a108d3..0304a6a97 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -199,3 +199,4 @@ export type DownshiftInterface = React.ComponentClass< declare const Downshift: DownshiftInterface export default Downshift +export function resetIdCounter(): void