UNPKG
@unito/integration-debugger
Version:
latest (0.28.8)
0.28.8
0.28.7
0.28.6
0.28.5
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.0
0.26.9
0.26.8
0.26.7
0.26.6
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
0.25.2
0.25.1
0.25.0
0.24.3
0.24.2
0.24.0
0.23.0
0.22.10
0.22.9
0.22.8
0.22.7
0.22.6
The Unito Integration Debugger
@unito/integration-debugger
/
dist
/
src
/
app.d.ts
8 lines
(7 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
blessed
from
'blessed'
;
import
{
Configuration
}
from
'./resources/configuration'
;
declare
const
App
:
(
props
: { configuration: Configuration; screen: blessed.Widgets.Screen; }
) =>
any
;
export
default
App
;