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
/
mini.d.ts
8 lines
(7 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
import
{ fn }
from
'@declaration'
;
import
{
React
}
from
'@global'
;
export
declare
const
Mini
:
(
params
: fn.
Loader
.
CompInput
& { color?: fn.Loader.Colors; size?: fn.Loader.Sizes; }
) =>
React
.
JSX
.
Element
;