add initial marp implementation with sample content and build configuration
This commit is contained in:
19
node_modules/mathjax-full/js/input/tex/ams/AmsItems.d.ts
generated
vendored
Normal file
19
node_modules/mathjax-full/js/input/tex/ams/AmsItems.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { ArrayItem, EqnArrayItem } from '../base/BaseItems.js';
|
||||
export declare class MultlineItem extends ArrayItem {
|
||||
constructor(factory: any, ...args: any[]);
|
||||
get kind(): string;
|
||||
EndEntry(): void;
|
||||
EndRow(): void;
|
||||
EndTable(): void;
|
||||
}
|
||||
export declare class FlalignItem extends EqnArrayItem {
|
||||
name: string;
|
||||
numbered: boolean;
|
||||
padded: boolean;
|
||||
center: boolean;
|
||||
get kind(): string;
|
||||
constructor(factory: any, name: string, numbered: boolean, padded: boolean, center: boolean);
|
||||
EndEntry(): void;
|
||||
EndRow(): void;
|
||||
EndTable(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user