123456789 |
- import { CHTMLWrapper } from '../Wrapper.js';
- import { MrootConstructor } from '../../common/Wrappers/mroot.js';
- import { BBox } from '../../../util/BBox.js';
- declare const CHTMLmroot_base: MrootConstructor;
- export declare class CHTMLmroot<N, T, D> extends CHTMLmroot_base {
- static kind: string;
- protected addRoot(ROOT: N, root: CHTMLWrapper<N, T, D>, sbox: BBox, H: number): void;
- }
- export {};
|