mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Added typings for next/config. (#24815)
This commit is contained in:
1
types/next/config.d.ts
vendored
Normal file
1
types/next/config.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export default function(): {serverRuntimeConfig: any, publicRuntimeConfig: any};
|
||||
@@ -26,6 +26,7 @@
|
||||
"head.d.ts",
|
||||
"link.d.ts",
|
||||
"router.d.ts",
|
||||
"config.d.ts",
|
||||
"test/next-tests.ts",
|
||||
"test/next-error-tests.tsx",
|
||||
"test/next-head-tests.tsx",
|
||||
@@ -34,4 +35,4 @@
|
||||
"test/next-dynamic-tests.tsx",
|
||||
"test/next-router-tests.tsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user