@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/AppWrapper/index.d.ts
~dist/AppWrapper/index.d.tsModified
+2−3
Index: package/dist/AppWrapper/index.d.ts
===================================================================
--- package/dist/AppWrapper/index.d.ts
+++ package/dist/AppWrapper/index.d.ts
@@ -1,5 +1,4 @@
-/// <reference types="react" />
 /**
  *
  * This element safely resets the stacking context with limited side effects.
  * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
@@ -7,7 +6,7 @@
  * **WARNING**: Please do not change the values of position or z-index here or extend this component with overrides
  * to these properties as it will no longer guarantee a predictable behavior
  */
 export declare const AppWrapper: import("@emotion/styled").StyledComponent<{
-    theme?: import("@emotion/react").Theme | undefined;
-    as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
+    theme?: import("@emotion/react").Theme;
+    as?: React.ElementType;
 }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;