UNPKG

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

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