UNPKG

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

Version:
4 lines (3 loc) 211 B
import { IAuction } from "@cross-nft-marketplace/auction-house-nft-hooks"; import type { IAuctionEx } from "../context/NftWithPricing"; export declare function transformPrices(auction: IAuction): IAuctionEx;