UNPKG

@htsoft/aiza-react-auction

Version:
6 lines (5 loc) 175 B
/// <reference types="react" /> import { Auction } from "@htsoft/aiza-sdk"; export declare const MediaPreview: ({ auction }: { auction: Auction; }) => JSX.Element | null;