mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
toString on Color returns a string
This commit is contained in:
2
d3/d3.d.ts
vendored
2
d3/d3.d.ts
vendored
@@ -1388,7 +1388,7 @@ declare module D3 {
|
||||
/**
|
||||
* convert the color to a string.
|
||||
*/
|
||||
toString(): Color;
|
||||
toString(): string;
|
||||
}
|
||||
|
||||
export interface RGBColor extends Color{
|
||||
|
||||
Reference in New Issue
Block a user