UNPKG

gatsby

Version:
3 lines (2 loc) 185 B
import { IGatsbyPage, IGatsbyState } from "../redux/types"; export declare function findPageByPath(state: IGatsbyState, path: string, fallbackTo404?: boolean): IGatsbyPage | undefined;