mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #1273 from pelotom/patch-2
Add no-arg overload of selection.data()
This commit is contained in:
Vendored
+1
@@ -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