@codecademy/gamut
68.2.168.2.2-alpha.8940e8.0
dist/Modals/elements.d.ts~
dist/Modals/elements.d.tsModified+3−4
Index: package/dist/Modals/elements.d.ts
===================================================================
--- package/dist/Modals/elements.d.ts
+++ package/dist/Modals/elements.d.ts
@@ -1,14 +1,13 @@
-/// <reference types="react" />
import { StyleProps } from '@codecademy/variance';
declare const sizeVariant: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "small" | "large" | "medium" | "fluid"> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
declare const layoutVariant: (props: import("@codecademy/variance/dist/types/config").VariantProps<"layout", false | "dialog" | "standard"> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export interface ModalContainerProps extends StyleProps<typeof sizeVariant>, StyleProps<typeof layoutVariant> {
}
export declare const ModalContainer: import("@emotion/styled").StyledComponent<Omit<import("../InternalFloatingCard/InternalFloatingCard").InternalFloatingCardWithWrapper, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
} & ModalContainerProps, {}, {}>;
export {};