UNPKG

wired-elements-react

Version:
6 lines (5 loc) 255 B
import * as React from 'react'; import { WiredVideo as CE } from 'wired-elements/lib/wired-video.js'; export declare const WiredVideo: React.ForwardRefExoticComponent<Partial<CE> & {} & { children?: React.ReactNode; } & React.RefAttributes<unknown>>;