UNPKG

fapiao

Version:

a simple fapiao react component

8 lines (7 loc) 233 B
import React from "react"; interface BuyerEditInputProps { value?: string; onChange?: (value: any, tag: any) => void; } export declare function BuyerEditInput(props: BuyerEditInputProps): React.JSX.Element; export {};