mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Add support for d3.round to D3.Base
This commit is contained in:
Vendored
+2
@@ -505,6 +505,8 @@ declare module D3 {
|
||||
flush(): void;
|
||||
}
|
||||
transition(): Transition.Transition;
|
||||
|
||||
round(x: number, n: number): number;
|
||||
}
|
||||
|
||||
export interface Dispatch {
|
||||
|
||||
Reference in New Issue
Block a user