create project
This commit is contained in:
5
kitabcitab/node_modules/next/dist/client/components/hooks-server-context.d.ts
generated
vendored
Normal file
5
kitabcitab/node_modules/next/dist/client/components/hooks-server-context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare const DYNAMIC_ERROR_CODE = "DYNAMIC_SERVER_USAGE";
|
||||
export declare class DynamicServerError extends Error {
|
||||
digest: typeof DYNAMIC_ERROR_CODE;
|
||||
constructor(type: string);
|
||||
}
|
||||
Reference in New Issue
Block a user