@codecademy/gamut
68.2.268.2.3-alpha.809fdd.0
dist/Coachmark/index.d.ts~
dist/Coachmark/index.d.tsModified+1−1
Index: package/dist/Coachmark/index.d.ts
===================================================================
--- package/dist/Coachmark/index.d.ts
+++ package/dist/Coachmark/index.d.ts
@@ -20,9 +20,9 @@
shouldShow: boolean;
/**
* Function that returns the contents of the coachmark.
*/
- renderPopover: (onDismiss?: () => void) => JSX.Element;
+ renderPopover: (onDismiss?: () => void) => React.JSX.Element;
/**
* Props to be passed into the popover component.
*/
popoverProps?: Partial<Omit<PopoverProps, 'beak' | 'position'> & PopoverYPositionType>;