UNPKG

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

Version:
8 lines (7 loc) 275 B
/// <reference types="react" /> import type { StyleProps } from "../utils/StyleTypes"; declare type MediaFullProps = { a11yIdPrefix?: string; } & StyleProps; export declare const MediaFull: ({ a11yIdPrefix, className, }: MediaFullProps) => JSX.Element; export {};