UNPKG

gatsby

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