UNPKG

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

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