Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccrory-grx committed Oct 2, 2024
1 parent 7704df5 commit d868668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/registry/default/ui/dropdown-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DropdownMenuSubContent.displayName =
const DropdownMenuContent = React.forwardRef<
React.ElementRef<typeof DropdownMenuPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content> & {
container?: Element | null | undefined;
container?: HTMLElement | null | undefined;
}
>(({ className, sideOffset = 8, container, ...props }, ref) => (
<DropdownMenuPrimitive.Portal {...(container && { container })}>
Expand Down

0 comments on commit d868668

Please sign in to comment.