wilddragon-site/node_modules/next/dist/server/app-render/has-loading-component-in-tree.d.ts
2026-04-17 15:51:01 -04:00

2 lines
135 B
TypeScript
Executable file

import type { LoaderTree } from '../lib/app-dir-module';
export declare function hasLoadingComponentInTree(tree: LoaderTree): boolean;