import clsx from 'clsx'; import { IMenuBadgeProps } from './'; const MenuBadge = ({ className, children }: IMenuBadgeProps) => { return
{children}
; }; export { MenuBadge };