1
0

add initial marp implementation with sample content and build configuration

This commit is contained in:
2025-09-13 18:13:22 +02:00
parent dcacc9b409
commit e5f219507f
10319 changed files with 1402023 additions and 0 deletions

17
node_modules/mj-context-menu/js/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,17 @@
import { ContextMenu as obj0 } from './context_menu';
import { CssStyles as obj1 } from './css_util';
import { Info as obj2 } from './info';
import { Popup as obj3 } from './popup';
import { Parser as obj4 } from './parse';
import { SelectionBox as obj5 } from './selection_box';
import { Variable as obj6 } from './variable';
import { ParserFactory as obj7 } from './parser_factory';
export declare let ContextMenu: typeof obj0;
export declare let CssStyles: typeof obj1;
export declare let Info: typeof obj2;
export declare let Popup: typeof obj3;
export declare let Parser: typeof obj4;
export declare let version: string;
export declare let SelectionBox: typeof obj5;
export declare let Variable: typeof obj6;
export declare let ParserFactory: typeof obj7;