Render SVG nodes correctly

This commit is contained in:
Niklas von Hertzen
2017-08-13 17:48:37 +08:00
parent ae46010476
commit a101b52685
4 changed files with 54 additions and 6 deletions

View File

@ -1,2 +1,9 @@
declare var __DEV__: boolean;
declare var __VERSION__: string;
declare class SVGSVGElement extends Element {
className: string;
style: CSSStyleDeclaration;
getPresentationAttribute(name: string): any;
}