UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

8 lines (7 loc) 220 B
import blessed from 'blessed'; import { Configuration } from './resources/configuration'; declare const App: (props: { configuration: Configuration; screen: blessed.Widgets.Screen; }) => any; export default App;