mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3142 from bluong/master
d3.select() has a behavior for no args
This commit is contained in:
Vendored
+4
@@ -9,6 +9,10 @@ declare module D3 {
|
||||
* Select an element from the current document
|
||||
*/
|
||||
select: {
|
||||
/**
|
||||
* Returns the empty selection
|
||||
*/
|
||||
(): Selection;
|
||||
/**
|
||||
* Selects the first element that matches the specified selector string
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user