@codecademy/gamut
68.2.168.2.2-alpha.8940e8.0
dist/Button/shared/variants.d.ts~
dist/Button/shared/variants.d.tsModified+6−6
Index: package/dist/Button/shared/variants.d.ts
===================================================================
--- package/dist/Button/shared/variants.d.ts
+++ package/dist/Button/shared/variants.d.ts
@@ -1,18 +1,18 @@
export declare const fillButtonVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", unknown> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export declare const textButtonVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", unknown> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export declare const strokeButtonVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", unknown> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export declare const ctaButtonVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", unknown> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export declare const sizeVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "small" | "normal" | "large"> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export declare const iconSizeVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "small" | "normal" | "large"> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;