Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/client/components/app-router.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/client/components/app-router.d.ts
generated
vendored
@@ -1,8 +1,8 @@
|
||||
import type { ReactNode } from 'react';
|
||||
import type { CacheNode } from 'next/dist/shared/lib/app-router-context.shared-runtime';
|
||||
import type { ErrorComponent } from 'next/dist/client/components/error-boundary';
|
||||
import type { ServerActionDispatcher } from 'next/dist/client/components/router-reducer/router-reducer-types';
|
||||
import type { InitialRouterStateParameters } from 'next/dist/client/components/router-reducer/create-initial-router-state';
|
||||
import type { CacheNode } from '../../shared/lib/app-router-context.shared-runtime';
|
||||
import type { ErrorComponent } from './error-boundary';
|
||||
import type { ServerActionDispatcher } from './router-reducer/router-reducer-types';
|
||||
import type { InitialRouterStateParameters } from './router-reducer/create-initial-router-state';
|
||||
export declare function getServerActionDispatcher(): ServerActionDispatcher | null;
|
||||
export declare function urlToUrlWithoutFlightMarker(url: string): URL;
|
||||
type AppRouterProps = Omit<Omit<InitialRouterStateParameters, 'isServer' | 'location'>, 'initialParallelRoutes'> & {
|
||||
|
||||
Reference in New Issue
Block a user