mtd.d.ts 385 B

123456789
  1. import { CHTMLConstructor } from '../Wrapper.js';
  2. import { StyleList } from '../../../util/StyleList.js';
  3. declare const CHTMLmtd_base: import("../../common/Wrappers/mtd.js").MtdConstructor & CHTMLConstructor<any, any, any>;
  4. export declare class CHTMLmtd<N, T, D> extends CHTMLmtd_base {
  5. static kind: string;
  6. static styles: StyleList;
  7. toCHTML(parent: N): void;
  8. }
  9. export {};