@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/Box/props.d.ts
~dist/Box/props.d.tsModified
+3−3
Index: package/dist/Box/props.d.ts
===================================================================
--- package/dist/Box/props.d.ts
+++ package/dist/Box/props.d.ts
@@ -747,15 +747,15 @@
         readonly property: "listStyleImage";
     };
 }>>]>>;
 export declare const sharedStates: (props: Partial<Record<"fit" | "context" | "no-select", boolean>> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
 export declare const flexStates: (props: Partial<Record<"center" | "inline" | "column" | "row" | "wrap", boolean>> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
 export declare const gridStates: (props: Partial<Record<"center" | "fitContent", boolean>> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
 export interface BoxProps extends StyleProps<typeof boxProps>, StyleProps<typeof sharedStates>, WithChildrenProp {
 }
 export interface FlexBoxProps extends BoxProps, StyleProps<typeof flexStates> {