UNPKG

197 BTypeScriptView Raw
1import { IGatsbyState, ActionsUnion } from "./../types";
2export declare const pageDataStatsReducer: (state: Map<string, number> | undefined, action: ActionsUnion) => IGatsbyState["pageDataStats"];