UNPKG

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

Version:
8 lines (7 loc) 354 B
/// <reference types="react" /> import { NFTPreview } from "./NFTPreview"; declare const PreviewComponents: { MediaThumbnail: ({ className, }: import("../utils/StyleTypes").StyleProps) => JSX.Element; PricingComponent: ({ className, }: import("../utils/StyleTypes").StyleProps) => JSX.Element; }; export { NFTPreview, PreviewComponents };