Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/shared/lib/utils.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/shared/lib/utils.d.ts
generated
vendored
@@ -1,14 +1,14 @@
|
||||
/// <reference types="node" />
|
||||
/// <reference types="node" />
|
||||
import type { HtmlProps } from 'next/dist/shared/lib/html-context.shared-runtime';
|
||||
import type { HtmlProps } from './html-context.shared-runtime';
|
||||
import type { ComponentType } from 'react';
|
||||
import type { DomainLocale } from 'next/dist/server/config';
|
||||
import type { DomainLocale } from '../../server/config';
|
||||
import type { Env } from '@next/env';
|
||||
import type { IncomingMessage, ServerResponse } from 'http';
|
||||
import type { NextRouter } from 'next/dist/shared/lib/router/router';
|
||||
import type { NextRouter } from './router/router';
|
||||
import type { ParsedUrlQuery } from 'querystring';
|
||||
import type { PreviewData } from 'next/types';
|
||||
import type { COMPILER_NAMES } from 'next/dist/shared/lib/constants';
|
||||
import type { COMPILER_NAMES } from './constants';
|
||||
import type fs from 'fs';
|
||||
export type NextComponentType<Context extends BaseContext = NextPageContext, InitialProps = {}, Props = {}> = ComponentType<Props> & {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user