react-activity-feed
Version:
React components to create activity and notification feeds
5 lines • 339 B
TypeScript
/// <reference types="react" />
declare type ClickCallback = (word: string) => void;
export declare const textRenderer: (text?: string | undefined, parentClass?: string | undefined, onClickMention?: ClickCallback | undefined, onClickHashtag?: ClickCallback | undefined) => JSX.Element;
export {};
//# sourceMappingURL=textRenderer.d.ts.map