@cross-nft-marketplace/auction-house-nft-components
Version:
NFT Media Rendering Components
5 lines (4 loc) • 302 B
TypeScript
/// <reference types="react" />
import { RenderComponentType, RendererConfig } from "./RendererConfig";
export declare const VideoRenderer: import("react").ForwardRefExoticComponent<RenderComponentType & import("react").RefAttributes<HTMLVideoElement>>;
export declare const Video: RendererConfig;