mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Replace HTMLelementSVGLocatable with SVGLocatable
This commit is contained in:
Vendored
+1
-1
@@ -740,7 +740,7 @@ declare module D3 {
|
||||
insert: (name: string, before: string) => Selection;
|
||||
select: (selector: string) => Selection;
|
||||
empty: () => boolean;
|
||||
node: () => HTMLElementSVGLocatable;
|
||||
node: () => SVGLocatable;
|
||||
}
|
||||
|
||||
export interface UpdateSelection extends Selection {
|
||||
|
||||
Reference in New Issue
Block a user