@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
7 lines • 386 B
TypeScript
import { EListItemCommentsStateTypes } from "./EListItemCommentsStateTypes";
import { IListItemCommentsState } from "./IListItemCommentsState";
export declare const ListItemCommentsStateReducer: (state: IListItemCommentsState, action: {
type: EListItemCommentsStateTypes;
payload: unknown;
}) => IListItemCommentsState;
//# sourceMappingURL=ListItemCommentsStateReducer.d.ts.map