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 058573c commit cf39a4bCopy full SHA for cf39a4b
compat/src/index.d.ts
@@ -61,6 +61,7 @@ declare namespace React {
61
export import ReactElement = preact.VNode;
62
export import Consumer = preact.Consumer;
63
export import ErrorInfo = preact.ErrorInfo;
64
+ export import Key = preact.Key;
65
66
// Suspense
67
export import Suspense = _Suspense.Suspense;
0 commit comments