UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 271 B
import * as React from "react"; import { Mention } from "./IComment"; export interface ICommentTextProps { text: string; mentions: Mention[]; } export declare const CommentText: React.FunctionComponent<ICommentTextProps>; //# sourceMappingURL=CommentText.d.ts.map