UNPKG

react-responsive-gallery

Version:
5 lines (4 loc) 295 B
/// <reference types="react" /> import { MediaLightBoxProps, MediaLightBoxHandle } from "./MediaLightBox.types"; export declare const MediaLightBox: import("react").ForwardRefExoticComponent<MediaLightBoxProps & import("react").RefAttributes<MediaLightBoxHandle>>; export default MediaLightBox;