diff --git a/types/src/color.d.ts b/types/src/color.d.ts index 2564de812..6853dd240 100644 --- a/types/src/color.d.ts +++ b/types/src/color.d.ts @@ -86,6 +86,8 @@ declare namespace Color { export const inGamut: ToColorNamespace; export const toGamut: ToColorNamespace; export const distance: ToColorNamespace; + // `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"];