import { MenuItem, MenuItemProps } from 'react-bootstrap' import { DropdownItem } from '@/features/ui/components/bootstrap-5/dropdown-menu' import { DropdownItemProps } from '@/features/ui/components/types/dropdown-menu-props' import BootstrapVersionSwitcher from '@/features/ui/components/bootstrap-5/bootstrap-version-switcher' import DropdownListItem from '@/features/ui/components/bootstrap-5/dropdown-list-item' type OLDropdownMenuItemProps = DropdownItemProps & { bs3Props?: MenuItemProps } // This represents a menu item. It wraps the item within an