We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a6caf commit 881535eCopy full SHA for 881535e
types/index.d.ts
@@ -5,3 +5,8 @@ declare module 'react-is' {
5
export function isContextConsumer(value: any): value is React.ReactElement
6
export function isValidElementType(value: any): value is React.ElementType
7
}
8
+
9
+/* eslint-disable import/no-unresolved */
10
+import {} from 'react/next'
11
12
+import {} from 'react-dom/next'
0 commit comments