mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
react-blessed: add missing reference (#40668)
The file, confusingly, is called react.d.ts, but isn't @types/react.
This commit is contained in:
parent
275ab65da8
commit
e2690999da
2
types/react-blessed/index.d.ts
vendored
2
types/react-blessed/index.d.ts
vendored
@ -4,6 +4,8 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference path="./react.d.ts" />
|
||||
|
||||
import * as React from 'react';
|
||||
import { Widgets, screen } from 'blessed';
|
||||
export type Callback = () => void | null | undefined;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user