@codecademy/gamut
68.2.268.2.3-alpha.c8dfb9.0
dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts~
dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.tsModified+2−2
Index: package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts
===================================================================
--- package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts
+++ package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts
@@ -6,10 +6,10 @@
readonly platform: "greyblue";
readonly lantern: "darkmint";
readonly royalblue: "brand-purple";
};
-declare const themes: readonly ["hyper", "navy", "red", "white", "brand-red", "brand-yellow", "brand-purple", "brand-dark-blue", "brand-blue", "mint", "darkmint", "grey", "greyblue"];
-export type ButtonDeprecatedThemes = keyof typeof buttonPresetThemes | (typeof themes)[number];
+declare const _themes: readonly ["hyper", "navy", "red", "white", "brand-red", "brand-yellow", "brand-purple", "brand-dark-blue", "brand-blue", "mint", "darkmint", "grey", "greyblue"];
+export type ButtonDeprecatedThemes = keyof typeof buttonPresetThemes | (typeof _themes)[number];
export type ButtonDeprecatedProps = ButtonDeprecatedBaseProps & {
/**
* Whether button should behave like a block element or inline.
*/