mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
Specify version of typescript in declaration file
This commit is contained in:
2
types/react-collapsible/index.d.ts
vendored
2
types/react-collapsible/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user