UNPKG

fapiao

Version:

a simple fapiao react component

8 lines (7 loc) 236 B
import React from 'react'; interface GoodsNameEditInputProps { value?: string; onChange?: (value: any) => void; } export declare const GoodsNameEditInput: (props: GoodsNameEditInputProps) => React.JSX.Element; export {};