mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #3801 from zhengbli/ms_master
Readd className to SVGStylable for compatibility
This commit is contained in:
Vendored
+2
@@ -8715,6 +8715,7 @@ declare var SVGDescElement: {
|
||||
|
||||
interface SVGElement extends Element {
|
||||
id: string;
|
||||
className: any;
|
||||
onclick: (ev: MouseEvent) => any;
|
||||
ondblclick: (ev: MouseEvent) => any;
|
||||
onfocusin: (ev: FocusEvent) => any;
|
||||
@@ -12536,6 +12537,7 @@ interface SVGLocatable {
|
||||
}
|
||||
|
||||
interface SVGStylable {
|
||||
className: any;
|
||||
style: CSSStyleDeclaration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user