UNPKG

gatsby

Version:
6 lines (5 loc) 252 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const pendingPageDataWritesReducer: (state: { pagePaths: Set<string>; sliceNames: Set<string>; } | undefined, action: ActionsUnion) => IGatsbyState["pendingPageDataWrites"];