Skip to content

Commit

Permalink
Update color.d.ts (#19)
Browse files Browse the repository at this point in the history
Correct hexString() return value type
  • Loading branch information
tlserver committed Mar 3, 2024
1 parent 1658438 commit 5cd86f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class Color {
/**
* hex string
*/
hexString(): string | RGBA;
hexString(): string;
/**
* hsl(a) string
*/
Expand Down

0 comments on commit 5cd86f3

Please sign in to comment.