react-activity-feed
Version:
React components to create activity and notification feeds
8 lines • 344 B
TypeScript
/// <reference types="react" />
import { PropsWithElementAttributes } from '../utils';
export declare type DataLabelProps = PropsWithElementAttributes<{
data?: string | number;
label?: string;
}>;
export declare const DataLabel: ({ data, label, className, style }: DataLabelProps) => JSX.Element;
//# sourceMappingURL=DataLabel.d.ts.map