diff --git a/src/components/popover/popover.tsx b/src/components/popover/popover.tsx index d8366f4a6e5..20022647df5 100644 --- a/src/components/popover/popover.tsx +++ b/src/components/popover/popover.tsx @@ -147,7 +147,10 @@ export interface EuiPopoverProps extends PropsWithChildren, CommonProps { /** * Object of props passed to EuiPanel. See #EuiPopoverPanelProps */ - panelProps?: Omit; + panelProps?: Omit< + EuiPopoverPanelProps, + 'style' | 'hasShadow' | 'hasBorder' | 'color' + >; panelRef?: RefCallback; /** * Optional screen reader instructions to announce upon popover open,