mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Updated return type
This commit is contained in:
2
types/d3-graphviz/index.d.ts
vendored
2
types/d3-graphviz/index.d.ts
vendored
@@ -221,7 +221,7 @@ declare module 'd3-graphviz' {
|
||||
* Returns the zoom behaviour of a graph. If the zoom is disable or the graph has not
|
||||
* yet been rendered then returns null.
|
||||
*/
|
||||
zoomBehavior(): ZoomBehavior<Element, any> | null;
|
||||
zoomBehavior(): ZoomBehavior<Element, Datum> | null;
|
||||
|
||||
/**
|
||||
* Returns the selection to which zoom behaviour has been applied. If zoom is disabled
|
||||
|
||||
Reference in New Issue
Block a user