7 lines
269 B
TypeScript
7 lines
269 B
TypeScript
import { SVGConstructor } from '../Wrapper.js';
|
|
declare const SVGmtext_base: import("../../common/Wrappers/mtext.js").MtextConstructor & SVGConstructor<any, any, any>;
|
|
export declare class SVGmtext<N, T, D> extends SVGmtext_base {
|
|
static kind: string;
|
|
}
|
|
export {};
|