Specify version of typescript in declaration file

This commit is contained in:
knegusen
2018-05-16 08:55:50 +02:00
parent ad76e164ab
commit a4bb936526

View File

@@ -2,7 +2,9 @@
// Project: https://github.com/glennflanagan/react-collapsible#readme
// Definitions by: knegusen <https://github.com/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;