UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 186 B
import * as React from "react"; export interface IAddCommentProps { } export declare const AddComment: React.FunctionComponent<IAddCommentProps>; //# sourceMappingURL=AddComment.d.ts.map