mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +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:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user