Skip to content

Commit

Permalink
fix: props type error
Browse files Browse the repository at this point in the history
  • Loading branch information
boomchanotai committed Oct 2, 2024
1 parent 0e9f59e commit f6d54b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/Menubar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import React from 'react'

import { cn } from '@/utils'

const MenubarMenu = MenubarPrimitive.Menu
const MenubarMenu: React.FC<MenubarPrimitive.MenubarProps> =
MenubarPrimitive.Menu

const MenubarGroup = MenubarPrimitive.Group

Expand Down

0 comments on commit f6d54b1

Please sign in to comment.