react-activity-feed
Version:
React components to create activity and notification feeds
5 lines • 322 B
TypeScript
import { PropsWithChildren } from 'react';
import { PropsWithElementAttributes } from '../utils';
export declare type TimeHeaderProps = PropsWithChildren<PropsWithElementAttributes>;
export declare const TimeHeader: ({ children, className, style }: TimeHeaderProps) => JSX.Element;
//# sourceMappingURL=TimeHeader.d.ts.map