diff --git a/types/randomcolor/index.d.ts b/types/randomcolor/index.d.ts index d0d36297b8..189c1d3404 100644 --- a/types/randomcolor/index.d.ts +++ b/types/randomcolor/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Mathias Feitzinger , Brady Liles // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -declare function randomColor(options?: RandomColorOptions): string; +declare function randomColor(options?: RandomColorOptions): string | string[]; interface RandomColorOptions { hue?: number | string;