UNPKG

@zenithui/light-box

Version:

A Light Box is React component that displays a light box with a content area and a close button from the ZenithUI ecosystem.

3 lines (2 loc) 398 B
import type { LightBoxProps } from "./types"; export declare function LightBox({ open, onOpenChange, images, initialIndex, showCloseButton, showDeleteButton, showPagination, showCaption, animation, animationDuration, closeOnBackdropClick, closeOnEscape, swipeToNavigate, zoomable, maxZoom, minZoom, onImageDelete, classNames, components, }: LightBoxProps): import("react/jsx-runtime").JSX.Element;