UNPKG

252 BTypeScriptView Raw
1import { ActionsUnion, IGatsbyState } from "../types";
2export declare const pendingPageDataWritesReducer: (state: {
3 pagePaths: Set<string>;
4 sliceNames: Set<string>;
5} | undefined, action: ActionsUnion) => IGatsbyState["pendingPageDataWrites"];