UNPKG

react-images-extended-2-stable

Version:

A simple, responsive lightbox component for displaying an array of images with React.js with extended features ((stable version))

7 lines 296 B
/// <reference types="react" /> export declare function DefaultHeader(): import("react/jsx-runtime").JSX.Element; export declare function Modal({ children, hidden, }: { children: JSX.Element; hidden: boolean; }): import("react").ReactPortal | null; //# sourceMappingURL=Organisms.d.ts.map