mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add missing 'get' from Selection.datum
This commit is contained in:
parent
59af5c0879
commit
366bad1e4d
1
d3/d3.d.ts
vendored
1
d3/d3.d.ts
vendored
@ -719,6 +719,7 @@ declare module D3 {
|
||||
datum: {
|
||||
(values: (data: any, index: number) => any): UpdateSelection;
|
||||
(values: any): UpdateSelection;
|
||||
() : any;
|
||||
};
|
||||
|
||||
filter: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user