Skip to content

Commit

Permalink
Update packages/bun-types/bun.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zackradisic authored Oct 19, 2024
1 parent 217a60a commit db2706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bun-types/bun.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,7 @@ declare module "bun" {
| "rgb"
/**
* RGB color string with alpha
* rgba(255, 152, 0, 1)
* @example rgba(255, 152, 0, 1)
*/
| "rgba",
): string | null;
Expand Down

0 comments on commit db2706d

Please sign in to comment.