mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
d3.js: Improve D3.Svg.Symbol
This commit is contained in:
+1
@@ -1620,6 +1620,7 @@ declare module D3 {
|
||||
export interface Symbol {
|
||||
type: (string:string) => Symbol;
|
||||
size: (number:number) => Symbol;
|
||||
(datum:any, index:number): string;
|
||||
}
|
||||
|
||||
export interface Brush {
|
||||
|
||||
Reference in New Issue
Block a user