UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 233 B
import { EditorCommand } from './EditorCommand'; export interface EditorMenuBar<T extends EditorCommand> { commands?: T; isActive?: any; getMarkAttrs?: () => void; focused?: boolean; focus?: () => void; }