UNPKG
@pollum-io/pegasys-components
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Components for Pegays Protocol, the leading AMM on Syscoin NEVM.
@pollum-io/pegasys-components
/
lib
/
components
/
TextInput
/
TextInput.d.ts
5 lines
(4 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
'react'
;
import
{
TextInputProps
}
from
'./types'
;
declare
const
TextInput
:
React
.
FC
<
TextInputProps
>;
export
default
TextInput
;