UNPKG
mingoo.amotify
Version:
latest (0.0.0)
0.0.0
UI FW for React
github.com/IkkoKoyama/amotify
IkkoKoyama/amotify
mingoo.amotify
/
dist
/
global
/
LaunchReactApplication.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
import
{
global
}
from
'@declaration'
;
export
declare
const
LaunchRoot
:
(
params
:
global
.
LaunchRootInput
) =>
void
;
export
declare
const
LaunchReactApplication
:
(
props
:
global
.
LaunchReactApplicationInput
) =>
void
;