UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

8 lines (7 loc) 278 B
export interface OfferPriceProps { totalprice?: number; currency: string; wethValue: string; } declare const OfferPriceContainer: ({ currency, totalprice, wethValue, }: OfferPriceProps) => import("react/jsx-runtime").JSX.Element; export default OfferPriceContainer;