Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/client/components/navigation.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/client/components/navigation.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
import { type AppRouterInstance } from 'next/dist/shared/lib/app-router-context.shared-runtime';
|
||||
import { ReadonlyURLSearchParams } from 'next/dist/client/components/navigation.react-server';
|
||||
import { type AppRouterInstance } from '../../shared/lib/app-router-context.shared-runtime';
|
||||
import { ReadonlyURLSearchParams } from './navigation.react-server';
|
||||
/**
|
||||
* A [Client Component](https://nextjs.org/docs/app/building-your-application/rendering/client-components) hook
|
||||
* that lets you *read* the current URL's search parameters.
|
||||
@@ -39,7 +39,7 @@ declare function useSearchParams(): ReadonlyURLSearchParams;
|
||||
* Read more: [Next.js Docs: `usePathname`](https://nextjs.org/docs/app/api-reference/functions/use-pathname)
|
||||
*/
|
||||
declare function usePathname(): string;
|
||||
import { ServerInsertedHTMLContext, useServerInsertedHTML } from 'next/dist/shared/lib/server-inserted-html.shared-runtime';
|
||||
import { ServerInsertedHTMLContext, useServerInsertedHTML } from '../../shared/lib/server-inserted-html.shared-runtime';
|
||||
/**
|
||||
*
|
||||
* This hook allows you to programmatically change routes inside [Client Component](https://nextjs.org/docs/app/building-your-application/rendering/client-components).
|
||||
@@ -126,4 +126,4 @@ declare function useSelectedLayoutSegments(parallelRouteKey?: string): string[];
|
||||
*/
|
||||
declare function useSelectedLayoutSegment(parallelRouteKey?: string): string | null;
|
||||
export { useSearchParams, usePathname, useSelectedLayoutSegment, useSelectedLayoutSegments, useParams, useRouter, useServerInsertedHTML, ServerInsertedHTMLContext, };
|
||||
export { notFound, redirect, permanentRedirect, RedirectType, ReadonlyURLSearchParams, } from 'next/dist/client/components/navigation.react-server';
|
||||
export { notFound, redirect, permanentRedirect, RedirectType, ReadonlyURLSearchParams, } from './navigation.react-server';
|
||||
|
||||
Reference in New Issue
Block a user