UNPKG
fapiao
Version:
latest (1.0.1)
1.0.1
1.0.0
a simple fapiao react component
github.com/hohogpb/fapiao
hohogpb/fapiao
fapiao
/
dist
/
fapiao
/
BuyerEditInput.d.ts
8 lines
(7 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
interface
BuyerEditInputProps
{
value
?:
string
;
onChange
?:
(
value
:
any
,
tag
:
any
) =>
void
; }
export
declare
function
BuyerEditInput
(
props
:
BuyerEditInputProps
):
React
.
JSX
.
Element
;
export
{};