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
/
Inputs
/
_.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
export
declare
const
Inputs
: {
TextInput
:
(
params
:
any
) =>
import
(
"react"
).
JSX
.
Element
; };