UNPKG

@cross-nft-marketplace/auction-house-nft-components

Version:
7 lines (6 loc) 242 B
/// <reference types="react" /> import type { PricingInfo } from "../context/NftWithPricing"; export declare const PricingString: ({ pricing, showUSD, }: { pricing: PricingInfo; showUSD?: boolean | undefined; }) => JSX.Element;