mn.d.ts 264 B

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