We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cc33e commit 4bebb7eCopy full SHA for 4bebb7e
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