msqrt.d.ts 549 B

1234567891011
  1. import { CHTMLWrapper, CHTMLConstructor } from '../Wrapper.js';
  2. import { BBox } from '../../../util/BBox.js';
  3. import { StyleList } from '../../../util/StyleList.js';
  4. declare const CHTMLmsqrt_base: import("../../common/Wrappers/msqrt.js").MsqrtConstructor & CHTMLConstructor<any, any, any>;
  5. export declare class CHTMLmsqrt<N, T, D> extends CHTMLmsqrt_base {
  6. static kind: string;
  7. static styles: StyleList;
  8. toCHTML(parent: N): void;
  9. protected addRoot(_ROOT: N, _root: CHTMLWrapper<N, T, D>, _sbox: BBox, _H: number): void;
  10. }
  11. export {};