diff --git a/src/components/Popover/Popover.tsx b/src/components/Popover/Popover.tsx index c0090739ce..54cdce470e 100644 --- a/src/components/Popover/Popover.tsx +++ b/src/components/Popover/Popover.tsx @@ -57,6 +57,7 @@ export const Popover = React.forwardRef {title &&

{title}

} diff --git a/src/components/Popover/types.ts b/src/components/Popover/types.ts index 15ec469f8c..33528396aa 100644 --- a/src/components/Popover/types.ts +++ b/src/components/Popover/types.ts @@ -119,7 +119,7 @@ export type PopoverDefaultProps = { size: 's' | 'l'; }; -export type PopoverProps = Pick & +export type PopoverProps = Pick & PopoverExternalProps & PopoverBehaviorProps & Partial;