@codecademy/gamut

73.6.173.6.2-alpha.3e37cd.0
dist/Coachmark/index.d.ts
~dist/Coachmark/index.d.tsModified
+2−1
Index: package/dist/Coachmark/index.d.ts
===================================================================
--- package/dist/Coachmark/index.d.ts
+++ package/dist/Coachmark/index.d.ts
@@ -1,7 +1,8 @@
+import { ComponentPropsWithoutRef } from 'react';
 import * as React from 'react';
 import { PopoverFocusProps, PopoverProps, PopoverYPositionType } from '../Popover';
-export type CoachmarkProps = PopoverFocusProps & {
+export type CoachmarkProps = PopoverFocusProps & Omit<ComponentPropsWithoutRef<'div'>, 'children'> & {
     /**
      * Applied to the element to which the coachmark points.
      */
     activeElClassName?: string;