UNPKG

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

Version:
5 lines (4 loc) 302 B
/// <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;