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 45ea812 commit 962f318Copy full SHA for 962f318
packages/next/types.d.ts
@@ -1,2 +1,9 @@
1
+// Triple slash directives are copied from 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'
9
export { default } from './dist/types'
0 commit comments