This repository has been archived on 2026-05-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
novarix-networks-homepage/node_modules/next/dist/build/templates/pages.d.ts
T
Kismet Hasanaj 34dc9aec52 .
2026-05-02 20:07:02 +02:00

19 lines
904 B
TypeScript

import { PagesRouteModule } from '../../server/route-modules/pages/module.compiled';
declare const _default: any;
export default _default;
export declare const getStaticProps: any;
export declare const getStaticPaths: any;
export declare const getServerSideProps: any;
export declare const config: any;
export declare const reportWebVitals: any;
export declare const unstable_getStaticProps: any;
export declare const unstable_getStaticPaths: any;
export declare const unstable_getStaticParams: any;
export declare const unstable_getServerProps: any;
export declare const unstable_getServerSideProps: any;
export declare const routeModule: PagesRouteModule;
export declare const handler: (req: import("http").IncomingMessage, res: import("http").ServerResponse, ctx: {
waitUntil?: (prom: Promise<void>) => void;
requestMeta?: import("../../server/request-meta").RequestMeta;
}) => Promise<void>;