Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 20, 2024
1 parent 4803986 commit 7f93d2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/color-buddy/src/custom-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ declare module "color-blind" {
export default blinder;
}

declare module "colorthief" {}
declare module "colorthief" {
// make this be of any type
const colorThief: any;
export default colorThief;
}

0 comments on commit 7f93d2c

Please sign in to comment.