diff --git a/packages/react/src/MegaMenu/MegaMenu.tsx b/packages/react/src/MegaMenu/MegaMenu.tsx index 0ea4aac85d..9db41d5ee8 100644 --- a/packages/react/src/MegaMenu/MegaMenu.tsx +++ b/packages/react/src/MegaMenu/MegaMenu.tsx @@ -7,7 +7,7 @@ import clsx from 'clsx' import { forwardRef } from 'react' import type { ForwardedRef, ForwardRefExoticComponent, HTMLAttributes, PropsWithChildren, RefAttributes } from 'react' -export type MegaMenuProps = {} & PropsWithChildren> +export type MegaMenuProps = PropsWithChildren> interface MegaMenuComponent extends ForwardRefExoticComponent> { ListCategory: typeof MegaMenuListCategory