react-activity-feed
Version:
React components to create activity and notification feeds
14 lines • 516 B
TypeScript
import { ReactNode } from 'react';
import moment from 'moment';
import { TranslationContextValue } from '../context';
export declare const translationProviderData: {
t: StringConstructor;
tDateTimeParser: typeof moment;
};
declare type TranslationProviderMockProps = {
children?: ReactNode;
value?: TranslationContextValue;
};
export declare const TranslationProviderMock: ({ value, children }: TranslationProviderMockProps) => JSX.Element;
export {};
//# sourceMappingURL=TranslationContext.d.ts.map