Skip to content

Commit

Permalink
fix: update missing menubar type in shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Jan 17, 2025
1 parent ba07782 commit 014c1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/design-system/src/ui/menubar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import * as React from 'react'

import { cn } from '@/lib/utils'

const MenubarMenu: React.ComponentType = MenubarPrimitive.Menu
const MenubarMenu: React.FC<MenubarPrimitive.MenubarPortalProps> =
MenubarPrimitive.Menu

const MenubarGroup = MenubarPrimitive.Group

Expand Down

0 comments on commit 014c1a4

Please sign in to comment.