mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into d3MapEntries
This commit is contained in:
@@ -1 +1 @@
|
||||
""
|
||||
|
||||
|
||||
Vendored
+2
-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 {
|
||||
@@ -1109,6 +1109,7 @@ declare module D3 {
|
||||
offset(offset: string): StackLayout;
|
||||
x(accessor: (d: any, i: number) => any): StackLayout;
|
||||
y(accessor: (d: any, i: number) => any): StackLayout;
|
||||
out(setter: (d: any, y0: number, y: number) => void): StackLayout;
|
||||
}
|
||||
|
||||
export interface TreeLayout {
|
||||
|
||||
@@ -1 +1 @@
|
||||
""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user