add initial marp implementation with sample content and build configuration
This commit is contained in:
9
node_modules/mathjax-full/js/input/tex/physics/PhysicsItems.d.ts
generated
vendored
Normal file
9
node_modules/mathjax-full/js/input/tex/physics/PhysicsItems.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { CheckType, BaseItem, StackItem } from '../StackItem.js';
|
||||
export declare class AutoOpen extends BaseItem {
|
||||
protected static errors: any;
|
||||
protected openCount: number;
|
||||
get kind(): string;
|
||||
get isOpen(): boolean;
|
||||
toMml(): import("../../../core/MmlTree/MmlNode.js").MmlNode;
|
||||
checkItem(item: StackItem): CheckType;
|
||||
}
|
||||
Reference in New Issue
Block a user