UNPKG

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

Version:
9 lines (8 loc) 286 B
/// <reference types="react" /> import type { INftWithPricing } from "./NftWithPricing"; export declare type NFTDataContext = { nft?: INftWithPricing; error?: string; loading: boolean; }; export declare const NFTDataContext: import("react").Context<NFTDataContext>;