mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
toString on Color returns a string
This commit is contained in:
Vendored
+1
-1
@@ -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