UNPKG

@router-cli/react-router-dev

Version:

File based routing cli for react-router-dom.

4 lines (3 loc) 234 B
import { RouteExports, RouteType } from "../types"; export declare const getRouteExports: (content: string, type: RouteType) => RouteExports; export declare const transformRoute: (src: string, hiddenDirectories?: string[]) => string;