Skip to content

Commit

Permalink
Suuport the rest type for BpkPopover (#3705)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Yang <[email protected]>
  • Loading branch information
viktor-yang and Viktor Yang authored Jan 10, 2025
1 parent 7abcd45 commit 7ce801c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bpk-component-popover/src/BpkPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export type Props = CloseButtonProps & {
actionText?: string;
onAction?: () => void;
renderTarget?: () => HTMLElement | HTMLElement | undefined;
[rest: string]: any;
};

const BpkPopover = ({
Expand Down

0 comments on commit 7ce801c

Please sign in to comment.