mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Readd className to SVGStylable for compatibility
This commit is contained in:
parent
6c4dc2815a
commit
9353a60cff
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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user