Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 29, 2024
1 parent 0054fe0 commit bf1d4f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/src/color.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ declare namespace Color {
export const inGamut: ToColorNamespace<typeof inGamutFn>;
export const toGamut: ToColorNamespace<typeof toGamutFn>;
export const distance: ToColorNamespace<typeof distanceFn>;
// `get` is defined below as a static method on the Class,
// and `toString` is intentionally not overridden for the namespace

export { util, hooks, WHITES, ColorSpace as Space, parse, defaults };
export const spaces: typeof ColorSpace["registry"];
Expand Down

0 comments on commit bf1d4f2

Please sign in to comment.