import { AnchorInterface } from '../button/button.interface'; export interface IxMenuItemBase extends AnchorInterface { tooltipText?: string; }