UNPKG

react-activity-feed

Version:

React components to create activity and notification feeds

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