securityos/node_modules/next/dist/server/app-render/has-loading-component-in-tr...

3 lines
135 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import type { LoaderTree } from '../lib/app-dir-module';
export declare function hasLoadingComponentInTree(tree: LoaderTree): boolean;