@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/InternalFloatingCard/InternalFloatingCard.d.ts
~dist/InternalFloatingCard/InternalFloatingCard.d.tsModified
+3−3
Index: package/dist/InternalFloatingCard/InternalFloatingCard.d.ts
===================================================================
--- package/dist/InternalFloatingCard/InternalFloatingCard.d.ts
+++ package/dist/InternalFloatingCard/InternalFloatingCard.d.ts
@@ -2,12 +2,12 @@
 import { Properties } from 'csstype';
 import { ComponentProps } from 'react';
 import * as React from 'react';
 declare const CardBody: import("@emotion/styled").StyledComponent<{
-    theme?: import("@emotion/react").Theme | undefined;
-    as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
+    theme?: import("@emotion/react").Theme;
+    as?: React.ElementType;
 } & import("@codecademy/variance/dist/types/config").VariantProps<"beak", false | "bottom-left" | "bottom-right" | "top-left" | "top-right"> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 } & {
     p?: import("@codecademy/variance/dist/types/config").Scale<{
         readonly property: "padding";
         readonly scale: "spacing";