UNPKG

react-images-extended-2

Version:

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

27 lines 2.16 kB
export declare const HiddenPortal: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const Portal: (props: any) => import("react/jsx-runtime").JSX.Element; interface ThumbnailProps { active: boolean; [key: string]: any; } export declare const Thumbnail: ({ active, ...props }: ThumbnailProps) => import("react/jsx-runtime").JSX.Element; export declare const CollapsedControls: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ThumnailBar: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ThumbnailScroller: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const VerticalThumbnailScroller: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const LeftGradientThumbnail: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const RightGradientThumbnail: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const PinnedThumbnail: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const NoGradientThumbnail: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const Header: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const HeaderGroup: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const PageCount: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const HeaderPiP: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ImageFullscreen: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ReaderModeImageFullscreen: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ImageComponent: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ImageContainer: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const ImageSpinnerWrapper: (props: any) => import("react/jsx-runtime").JSX.Element; export declare const FigureContainerFullScreen: (props: any) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StyledComponents.d.ts.map