mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Added missing functions to d3 EnterSelection interface
This commit is contained in:
Vendored
+2
@@ -812,6 +812,8 @@ declare module D3 {
|
||||
select: (selector: string) => Selection;
|
||||
empty: () => boolean;
|
||||
node: () => Element;
|
||||
call: (callback: (selection: EnterSelection) => void) => EnterSelection;
|
||||
size: () => number;
|
||||
}
|
||||
|
||||
export interface UpdateSelection extends Selection {
|
||||
|
||||
Reference in New Issue
Block a user