@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
7 lines • 376 B
TypeScript
import React from "react";
import { IListItemCommentsStateContext } from "./IListItemCommentsStateContext";
export declare const ListItemCommentsStateContext: React.Context<IListItemCommentsStateContext>;
export declare const ListItemCommentsStateProvider: (props: {
children: React.ReactNode;
}) => JSX.Element;
//# sourceMappingURL=ListItemCommentsStateProvider.d.ts.map