From a4bb93652611df2859712cefc36b92ff75aa9226 Mon Sep 17 00:00:00 2001 From: knegusen Date: Wed, 16 May 2018 08:55:50 +0200 Subject: [PATCH] Specify version of typescript in declaration file --- types/react-collapsible/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-collapsible/index.d.ts b/types/react-collapsible/index.d.ts index f52e953684..ad56aba34e 100644 --- a/types/react-collapsible/index.d.ts +++ b/types/react-collapsible/index.d.ts @@ -2,7 +2,9 @@ // Project: https://github.com/glennflanagan/react-collapsible#readme // Definitions by: knegusen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.6 +import * as React from "react"; export interface CollapsibleProp { children?: string | React.ReactNode; transitionTime?: number;