Spaces:
Sleeping
Sleeping
File size: 405 Bytes
fea495a | 1 2 3 4 5 6 7 8 9 10 | import type { AppPageModule } from './route-modules/app-page/module';
export declare function wrapClientComponentLoader(ComponentMod: AppPageModule): AppPageModule['__next_app__'];
export declare function getClientComponentLoaderMetrics(options?: {
reset?: boolean;
}): {
clientComponentLoadStart: number;
clientComponentLoadTimes: number;
clientComponentLoadCount: number;
} | undefined;
|