diff --git a/compat/src/index.d.ts b/compat/src/index.d.ts index a4bdee832c..bc53736820 100644 --- a/compat/src/index.d.ts +++ b/compat/src/index.d.ts @@ -99,6 +99,8 @@ declare namespace React { interface ReactSVG extends JSXInternal.IntrinsicSVGElements {} + export import AriaAttributes = JSXInternal.AriaAttributes; + export import HTMLAttributeReferrerPolicy = JSXInternal.HTMLAttributeReferrerPolicy; export import HTMLAttributeAnchorTarget = JSXInternal.HTMLAttributeAnchorTarget; export import HTMLInputTypeAttribute = JSXInternal.HTMLInputTypeAttribute;