import { Text } from "../ui/localization"; export interface MenuItem { content: Text; value: any; }