UNPKG

react-responsive-gallery

Version:
5 lines (4 loc) 356 B
/// <reference types="react" /> import { VideoProps } from "./Video.types"; declare const MemoVideo: import("react").MemoExoticComponent<({ video, maxWidth, marginBottom, className, useLightBox, onClick, customLoader, customError, selectable, selected, onSelect, style, }: VideoProps) => import("react/jsx-runtime").JSX.Element>; export default MemoVideo;