2 lines
135 B
TypeScript
Executable file
2 lines
135 B
TypeScript
Executable file
import type { LoaderTree } from '../lib/app-dir-module';
|
|
export declare function hasLoadingComponentInTree(tree: LoaderTree): boolean;
|