Skip to content

Commit

Permalink
Remove empty type
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jan 19, 2024
1 parent bfca832 commit 528803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/MegaMenu/MegaMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLAttributes<HTMLDivElement>>
export type MegaMenuProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>

interface MegaMenuComponent extends ForwardRefExoticComponent<MegaMenuProps & RefAttributes<HTMLDivElement>> {
ListCategory: typeof MegaMenuListCategory
Expand Down

0 comments on commit 528803b

Please sign in to comment.