UNPKG
xchange-create
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Create Xchange Project
github.com/x7finance/xchange-create
x7finance/xchange-create
xchange-create
/
templates
/
base
/
packages
/
nextjs
/
components
/
xchange
/
Input
/
index.ts
10 lines
(8 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
"use client"
export
*
from
"./AddressInput"
export
*
from
"./Bytes32Input"
export
*
from
"./BytesInput"
export
*
from
"./EtherInput"
export
*
from
"./InputBase"
export
*
from
"./IntegerInput"
export
*
from
"./utils"