@codecademy/gamut
68.2.168.2.2-alpha.8940e8.0
dist/Card/elements.d.ts~
dist/Card/elements.d.tsModified+2−4
Index: package/dist/Card/elements.d.ts
===================================================================
--- package/dist/Card/elements.d.ts
+++ package/dist/Card/elements.d.ts
@@ -1,6 +1,4 @@
-/// <reference types="react" />
-/// <reference types="react" />
import { CardWrapperProps } from './types';
export declare const MotionBox: import("react").ComponentType<{
color?: import("@codecademy/variance/dist/types/config").Scale<{
readonly property: "color";
@@ -1818,9 +1816,9 @@
context?: boolean | undefined;
"no-select"?: boolean | undefined;
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
} & import("framer-motion").MotionProps & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
} & CardWrapperProps, {}, {}>;
export declare const StaticCardWrapper: import("@emotion/styled").StyledComponent<{
color?: import("@codecademy/variance/dist/types/config").Scale<{
readonly property: "color";
@@ -2706,6 +2704,6 @@
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
variables?: import("@emotion/styled").CSSObject | undefined;
} & import("framer-motion").MotionProps & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
} & CardWrapperProps, {}, {}>;