UNPKG

mj-context-menu

Version:
7 lines (6 loc) 133 B
export interface Postable { isPosted(): boolean; post(): void; post(x?: number, y?: number): void; unpost(): void; }