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 ffe1529 commit f2d9c6eCopy full SHA for f2d9c6e
compat/src/index.d.ts
@@ -153,6 +153,7 @@ declare namespace React {
153
export import ReactElement = preact1.VNode;
154
export import Consumer = preact1.Consumer;
155
export import ErrorInfo = preact1.ErrorInfo;
156
+ export import Key = preact1.Key;
157
158
// Suspense
159
export import Suspense = _Suspense.Suspense;
0 commit comments