makearmy-app/node_modules/next/dist/server/app-render/has-loading-component-in-tree.d.ts
2025-09-22 10:37:53 -04:00

2 lines
135 B
TypeScript

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