mtext.d.ts 279 B

123456
  1. import { CHTMLConstructor } from '../Wrapper.js';
  2. declare const CHTMLmtext_base: import("../../common/Wrappers/mtext.js").MtextConstructor & CHTMLConstructor<any, any, any>;
  3. export declare class CHTMLmtext<N, T, D> extends CHTMLmtext_base {
  4. static kind: string;
  5. }
  6. export {};