mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Add missing 'get' from Selection.datum
This commit is contained in:
Vendored
+1
@@ -719,6 +719,7 @@ declare module D3 {
|
||||
datum: {
|
||||
(values: (data: any, index: number) => any): UpdateSelection;
|
||||
(values: any): UpdateSelection;
|
||||
() : any;
|
||||
};
|
||||
|
||||
filter: {
|
||||
|
||||
Reference in New Issue
Block a user