UNPKG

react-activity-feed

Version:

React components to create activity and notification feeds

7 lines 311 B
/// <reference types="react" /> import { PropsWithElementAttributes } from '../utils'; export declare type GalleryProps = PropsWithElementAttributes<{ images?: Array<string>; }>; export declare const Gallery: ({ images, className, style }: GalleryProps) => JSX.Element; //# sourceMappingURL=Gallery.d.ts.map