UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

4 lines (3 loc) 211 B
import { ActionsUnion } from "../types"; import { IRenderPageArgs } from "../../types"; export declare const reducer: (state: IRenderPageArgs | null | undefined, action: ActionsUnion) => IRenderPageArgs | null;