@codecademy/gamut
72.2.272.2.3-alpha.e0a618.0
dist/Tip/shared/elements.d.ts~
dist/Tip/shared/elements.d.tsModified+1−1
Index: package/dist/Tip/shared/elements.d.ts
===================================================================
--- package/dist/Tip/shared/elements.d.ts
+++ package/dist/Tip/shared/elements.d.ts
@@ -10,9 +10,9 @@
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & Partial<Record<"inheritDims", boolean>> & {
theme?: import("@emotion/react").Theme;
-}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
+} & Partial<Record<"dismissed", boolean>>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
export declare const InfoTipWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & {