UNPKG

gatsby

Version:
4 lines (3 loc) 261 B
import type { IGatsbyFunction, IGatsbyPage } from "../../redux/types"; export declare function getRoutePathFromPage(page: Pick<IGatsbyPage, "path" | "matchPath">): string; export declare function getRoutePathFromFunction(functionInfo: IGatsbyFunction): string;