Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
9
node_modules/next/dist/build/static-paths/pages.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/build/static-paths/pages.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import type { GetStaticPaths } from '../../types';
|
||||
import type { StaticPathsResult } from './types';
|
||||
export declare function buildPagesStaticPaths({ page, getStaticPaths, configFileName, locales, defaultLocale, }: {
|
||||
page: string;
|
||||
getStaticPaths: GetStaticPaths;
|
||||
configFileName: string;
|
||||
locales?: readonly string[];
|
||||
defaultLocale?: string;
|
||||
}): Promise<StaticPathsResult>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue