mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Adding signature
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