UNPKG

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

Version:
6 lines (5 loc) 237 B
/// <reference types="react" /> import type { StyleProps } from "../utils/StyleTypes"; declare type AuctionInfoProps = {} & StyleProps; export declare const AuctionInfo: ({ className, }: AuctionInfoProps) => JSX.Element; export {};