1234567 |
- import { SVGWrapper } from '../Wrapper.js';
- import { StyleList } from '../../../util/StyleList.js';
- export declare class SVGmerror<N, T, D> extends SVGWrapper<N, T, D> {
- static kind: string;
- static styles: StyleList;
- toSVG(parent: N): void;
- }
|