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
/
GoodsNameEditInput.d.ts
8 lines
(7 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
interface
GoodsNameEditInputProps
{
value
?:
string
;
onChange
?:
(
value
:
any
) =>
void
; }
export
declare
const
GoodsNameEditInput
:
(
props
:
GoodsNameEditInputProps
) =>
React
.
JSX
.
Element
;
export
{};