Skip to content

Commit

Permalink
TS fixes
Browse files Browse the repository at this point in the history
- bah humbug
  • Loading branch information
cee-chen committed Jan 31, 2024
1 parent 049e269 commit f0b0603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tour/tour_step.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import { EuiTourHeader } from './_tour_header';
import { EuiTourFooter } from './_tour_footer';
import { euiTourStyles, euiTourBeaconStyles } from './tour.styles';

type _EuiPopoverProps = EuiPopoverProps & HTMLAttributes<HTMLDivElement>;
type _EuiPopoverProps = EuiPopoverProps &
Omit<HTMLAttributes<HTMLDivElement>, 'content' | 'title' | 'step'>;
type _PopoverOverrides = 'button' | 'closePopover';
type _PopoverPartials = 'closePopover';
type ExtendedEuiPopoverProps = Omit<_EuiPopoverProps, _PopoverOverrides> &
Expand Down

0 comments on commit f0b0603

Please sign in to comment.