mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Merge pull request #1273 from pelotom/patch-2
Add no-arg overload of selection.data()
This commit is contained in:
1
d3/d3.d.ts
vendored
1
d3/d3.d.ts
vendored
@@ -714,6 +714,7 @@ declare module D3 {
|
||||
data: {
|
||||
(values: (data: any, index?: number) => any[], key?: (data: any, index?: number) => string): UpdateSelection;
|
||||
(values: any[], key?: (data: any, index?: number) => string): UpdateSelection;
|
||||
(): any[];
|
||||
};
|
||||
|
||||
datum: {
|
||||
|
||||
Reference in New Issue
Block a user