UNPKG

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

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