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
/
text.d.ts
4 lines
(3 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
TextInputs
}
from
'./types'
;
export
declare
const
TextInput
:
(
params
:
TextInputs
.
Text
.
Params
) =>
React
.
JSX
.
Element
;