merror.d.ts 255 B

1234567
  1. import { SVGWrapper } from '../Wrapper.js';
  2. import { StyleList } from '../../../util/StyleList.js';
  3. export declare class SVGmerror<N, T, D> extends SVGWrapper<N, T, D> {
  4. static kind: string;
  5. static styles: StyleList;
  6. toSVG(parent: N): void;
  7. }