import { MenuItem } from ".." export interface MenuProps { items: MenuItem[] }