@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/Popover/styles/base.d.ts
~dist/Popover/styles/base.d.tsModified
+2−2
Index: package/dist/Popover/styles/base.d.ts
===================================================================
--- package/dist/Popover/styles/base.d.ts
+++ package/dist/Popover/styles/base.d.ts
@@ -17,9 +17,9 @@
     below: string;
     center: string;
 };
 export declare const popoverStates: (props: Partial<Record<"widthRestricted", boolean>> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
 export declare const raisedDivVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "primary" | "secondary"> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;