export interface IMOption { text: string; disabled?(): boolean; onClick?(): void; }