mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Readd className to SVGStylable for compatibility
This commit is contained in:
1
src/lib/dom.generated.d.ts
vendored
1
src/lib/dom.generated.d.ts
vendored
@@ -12536,6 +12536,7 @@ interface SVGLocatable {
|
||||
}
|
||||
|
||||
interface SVGStylable {
|
||||
className: any;
|
||||
style: CSSStyleDeclaration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user