UNPKG

gatsby

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