@codecademy/gamut
73.6.173.6.2-alpha.3e37cd.0
dist/Alert/Alert.d.ts~
dist/Alert/Alert.d.tsModified−1
Index: package/dist/Alert/Alert.d.ts
===================================================================
--- package/dist/Alert/Alert.d.ts
+++ package/dist/Alert/Alert.d.ts
@@ -16,9 +16,8 @@
hidden?: boolean;
className?: string;
/** Callback to be called when the close icon is clicked */
onClose?: () => void;
- /** Call to Action Configuration */
cta?: Exclude<React.ComponentProps<typeof FillButton>, 'variant' | 'mode' | 'size'> & {
text?: string;
};
/** Props for customizing the close button */