next
Version:
The React Framework
12 lines (11 loc) • 504 B
TypeScript
import type { LoaderTree } from '../../../../server/lib/app-dir-module';
export declare function parseLoaderTree(tree: LoaderTree): {
page: import("../../../../build/webpack/loaders/metadata/types").ModuleTuple | undefined;
segment: string;
modules: import("../../../../build/webpack/loaders/next-app-loader").AppDirModules;
conventionPath: string | undefined;
parallelRoutes: {
[parallelRouterKey: string]: LoaderTree;
};
staticSiblings: readonly string[] | null;
};