Skip to content

Commit

Permalink
Add type files
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 5, 2024
1 parent 79f9227 commit 896f5a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/src/spaces/index-fn.d.ts
Expand Up @@ -21,6 +21,8 @@ export { default as REC_2020_Linear } from "./rec2020-linear.js";
export { default as REC_2020 } from "./rec2020.js";
export { default as OKLab } from "./oklab.js";
export { default as OKLCH } from "./oklch.js";
export { default as Okhsl } from "./okhsl.js";
export { default as Okhsv } from "./okhsv.js";
export { default as Luv } from "./luv.js";
export { default as LCHuv } from "./lchuv.js";
export { default as HSLuv } from "./hsluv.js";
Expand Down
3 changes: 3 additions & 0 deletions types/src/spaces/okhsl.d.ts
@@ -0,0 +1,3 @@
import ColorSpace from "../space.js";
declare const _default: ColorSpace;
export default _default;
3 changes: 3 additions & 0 deletions types/src/spaces/okhsv.d.ts
@@ -0,0 +1,3 @@
import ColorSpace from "../space.js";
declare const _default: ColorSpace;
export default _default;

0 comments on commit 896f5a4

Please sign in to comment.