add initial marp implementation with sample content and build configuration
This commit is contained in:
9
node_modules/mj-context-menu/js/abstract_postable.d.ts
generated
vendored
Normal file
9
node_modules/mj-context-menu/js/abstract_postable.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MenuElement } from './menu_element.js';
|
||||
import { Postable } from './postable.js';
|
||||
export declare abstract class AbstractPostable extends MenuElement implements Postable {
|
||||
private posted;
|
||||
isPosted(): boolean;
|
||||
post(x?: number, y?: number): void;
|
||||
unpost(): void;
|
||||
protected abstract display(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user