index.d.ts 161 B

123456
  1. export declare class MarkdownMathJax {
  2. options: any;
  3. adaptor: any;
  4. constructor(options?: any);
  5. text_to_mathjax(math: any, options?: any): any;
  6. }