add initial marp implementation with sample content and build configuration
This commit is contained in:
6
node_modules/mj-context-menu/js/postable.d.ts
generated
vendored
Normal file
6
node_modules/mj-context-menu/js/postable.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Postable {
|
||||
isPosted(): boolean;
|
||||
post(): void;
|
||||
post(x?: number, y?: number): void;
|
||||
unpost(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user