mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 09:14:56 +00:00
Update frontends/nextjs/src/components/ui/molecules/overlay/DropdownMenu/MenuItem.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
'use client'
|
||||
|
||||
import { forwardRef, ReactNode } from 'react'
|
||||
import { ComponentPropsWithoutRef, forwardRef, ReactNode } from 'react'
|
||||
import { Box, Typography } from '@mui/material'
|
||||
|
||||
import { DropdownMenuItem, type DropdownMenuItemProps } from '../DropdownMenu'
|
||||
import { DropdownMenuItem } from '../DropdownMenu'
|
||||
|
||||
interface MenuItemProps extends DropdownMenuItemProps {
|
||||
type DropdownMenuItemComponentProps = ComponentPropsWithoutRef<typeof DropdownMenuItem>
|
||||
|
||||
interface MenuItemProps extends DropdownMenuItemComponentProps {
|
||||
description?: ReactNode
|
||||
detail?: ReactNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user