UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 429 B
import { EListItemCommentsStateTypes } from "./EListItemCommentsStateTypes"; import { IListItemCommentsState } from "./IListItemCommentsState"; export interface IListItemCommentsStateContext { listItemCommentsState: IListItemCommentsState; setlistItemCommentsState: React.Dispatch<{ type: EListItemCommentsStateTypes; payload: unknown; }>; } //# sourceMappingURL=IListItemCommentsStateContext.d.ts.map