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