UNPKG
enlink
Version:
latest (0.0.1)
0.0.1
web-portals
enlink
/
dist
/
typings
/
Module
/
inject
/
index.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
{
Application
,
ModuleConfig
}
from
'../../types'
;
declare
const
_default
:
(
moduleWindow
:
Window
,
config
:
ModuleConfig
,
application
:
Application
) =>
void
;
export
default
_default;