Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 14, 2025
1 parent 629d437 commit 4657c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface PopoverProps extends HTMLAttributes<HTMLElement> {
*/
shouldCloseOnBlur?: boolean;
children: ReactNode;
placement?: PlacementAxis;
placement?: PlacementAxis | null;
}

function Popover(props: PopoverProps, ref: DOMRef<HTMLDivElement>) {
Expand Down

0 comments on commit 4657c2c

Please sign in to comment.