UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 202 B
import * as React from 'react'; export interface IRenderCommentsProps { } export declare const RenderComments: React.FunctionComponent<IRenderCommentsProps>; //# sourceMappingURL=RenderComments.d.ts.map