add initial marp implementation with sample content and build configuration
This commit is contained in:
13
node_modules/mathjax-full/js/adaptors/browserAdaptor.d.ts
generated
vendored
Normal file
13
node_modules/mathjax-full/js/adaptors/browserAdaptor.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { HTMLAdaptor } from './HTMLAdaptor.js';
|
||||
declare global {
|
||||
interface Window {
|
||||
Document: typeof Document;
|
||||
DOMParser: typeof DOMParser;
|
||||
XMLSerializer: typeof XMLSerializer;
|
||||
HTMLElement: typeof HTMLElement;
|
||||
HTMLCollection: typeof HTMLCollection;
|
||||
NodeList: typeof NodeList;
|
||||
DocumentFragment: typeof DocumentFragment;
|
||||
}
|
||||
}
|
||||
export declare function browserAdaptor(): HTMLAdaptor<HTMLElement, Text, Document>;
|
||||
Reference in New Issue
Block a user