export type MenuProperties = {
    /**
     * Whether the menu is scrollable
     */
    scrollable?: boolean;
};
