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
/
Input
/
List
/
_.d.ts
5 lines
(4 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{ fn }
from
'@declaration'
;
import
{
React
}
from
'@global'
;
export
declare
const
ListInput
:
React
.
FC
<fn.
Input
.
List
.
OriginParams
>;