UNPKG
mingoo.amotify
Version:
latest (0.0.0)
0.0.0
UI FW for React
github.com/IkkoKoyama/amotify
IkkoKoyama/amotify
mingoo.amotify
/
dist
/
functions
/
Loader
/
parts.d.ts
5 lines
(4 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
import
{ fn }
from
'@declaration'
;
export
declare
const
memoryID
:
string
;
declare
const
Loader
: fn.
Loader
.
Methods
;
export
{
Loader
};