UNPKG

gatsby

Version:
3 lines (2 loc) 168 B
import { IStateProgram, ActionsUnion } from "../types"; export declare const programReducer: (state: IStateProgram | undefined, action: ActionsUnion) => IStateProgram;