mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Vendored
+1
-1
@@ -808,7 +808,7 @@ declare module D3 {
|
||||
* Returns the first non-null element in the current selection. If the selection is empty,
|
||||
* returns null.
|
||||
*/
|
||||
node: () => Element;
|
||||
node: <T extends Element>() => T;
|
||||
}
|
||||
|
||||
export interface EnterSelection {
|
||||
|
||||
Reference in New Issue
Block a user