add initial marp implementation with sample content and build configuration
This commit is contained in:
5
node_modules/mj-context-menu/js/variable_item.d.ts
generated
vendored
Normal file
5
node_modules/mj-context-menu/js/variable_item.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface VariableItem {
|
||||
register(): void;
|
||||
unregister(): void;
|
||||
update(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user