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
/
windows
/
configuration
/
chooseIntegration.d.ts
5 lines
(4 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
declare
const
ChooseIntegration
:
(
props
: { close: () =>
void
; }
) =>
any
;
export
default
ChooseIntegration
;