diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 158462aa3d..3250f9c1ed 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -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; } export interface EnterSelection {