mmultiscripts.d.ts 684 B

123456789101112
  1. import { CHTMLWrapper, Constructor } from '../Wrapper.js';
  2. import { CHTMLmsubsup } from './msubsup.js';
  3. import { BBox } from '../../../util/BBox.js';
  4. import { StyleList } from '../../../util/StyleList.js';
  5. declare const CHTMLmmultiscripts_base: import("../../common/Wrappers/mmultiscripts.js").MmultiscriptsConstructor<CHTMLWrapper<any, any, any>> & Constructor<CHTMLmsubsup<any, any, any>>;
  6. export declare class CHTMLmmultiscripts<N, T, D> extends CHTMLmmultiscripts_base {
  7. static kind: string;
  8. static styles: StyleList;
  9. toCHTML(parent: N): void;
  10. protected addScripts(u: number, v: number, isPre: boolean, sub: BBox, sup: BBox, i: number, n: number): N;
  11. }
  12. export {};