diff --git a/types/react-blessed/index.d.ts b/types/react-blessed/index.d.ts index 46d0e7e495..d207b756bf 100644 --- a/types/react-blessed/index.d.ts +++ b/types/react-blessed/index.d.ts @@ -4,6 +4,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 +/// + import * as React from 'react'; import { Widgets, screen } from 'blessed'; export type Callback = () => void | null | undefined;