UNPKG

@htsoft/aiza-react-auction

Version:
7 lines (6 loc) 250 B
export declare const useManageAuction: () => { closeModal: () => void; openManageAuction: (auctionId: number) => void; openBidAuction: (auctionId: number) => void; openListAuction: (tokenContract: string, tokenId: string) => void; };