mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Readd className to SVGStylable for compatibility
This commit is contained in:
Vendored
+1
@@ -12536,6 +12536,7 @@ interface SVGLocatable {
|
||||
}
|
||||
|
||||
interface SVGStylable {
|
||||
className: any;
|
||||
style: CSSStyleDeclaration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user