MenuOption type
An individual option in the dropdown menu. The first element is the human- readable value (text or image), and the second element is the language- neutral value.
Signature:
export type MenuOption = [string | ImageProperties, string];