UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 232 B
import { IComment } from "../components/Comments/IComment"; export interface IlistItemCommentsResults { comments: IComment[]; hasMore?: boolean; nextLink?: string; } //# sourceMappingURL=IlistItemCommentsResults.d.ts.map