UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 274 B
import * as React from "react"; import { IComment } from "./IComment"; export interface IRenderNotificationItemProps { comment: IComment; } export declare const CommentItem: React.FunctionComponent<IRenderNotificationItemProps>; //# sourceMappingURL=CommentItem.d.ts.map