UNPKG

uyem

Version:
9 lines (8 loc) 236 B
/// <reference types="react" /> import { Theme } from '../Theme'; declare function Video({ src, theme, handleClose, }: { src: string; theme: Theme | undefined; handleClose: () => void; }): JSX.Element; export default Video;