10 lines
403 B
TypeScript
10 lines
403 B
TypeScript
|
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 {};
|