We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4b174 commit b9a04b9Copy full SHA for b9a04b9
packages/next/types.d.ts
@@ -1 +1,8 @@
1
+// Duplicate of src/types.ts.
2
+// TypeScript currently does not preserve the tripple-slash directives.
3
+// Once https://github.com/microsoft/TypeScript/pull/57681 is released, we can remove the triple slash directives here.
4
+/// <reference types="react" />
5
+/// <reference types="react/experimental" />
6
+/// <reference types="react-dom" />
7
+/// <reference types="react-dom/experimental" />
8
export * from './dist/types'
0 commit comments