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
/
_.d.ts
7 lines
(6 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
import
{ fn }
from
'@declaration'
;
export
declare
const
ListInputs
: fn.
Input
.
List
.
Methods
& {
Origin
:
(
props
: fn.
Input
.
List
.
OriginParams
) =>
JSX
.
Element
; };
export
declare
const
Input
: fn.
Input
.
Methods
;