UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

12 lines (11 loc) 470 B
import { VideoAttributes } from './CustomVideoPlayer'; export interface ImageContentContainerProps { url: string; title: string; subTitle: string; placeholderImage?: string; height?: string; videoAttributes?: VideoAttributes; } declare const MediaContentContainer: ({ url, title, subTitle, placeholderImage, height, videoAttributes, }: ImageContentContainerProps) => import("react/jsx-runtime").JSX.Element; export default MediaContentContainer;