Skip to content

Commit

Permalink
Update Color4.d.ts (#840)
Browse files Browse the repository at this point in the history
Exception on import: An import path cannot end with a '.ts' extension. Consider importing `../../src/math/color.js instead.
  • Loading branch information
jpremkumar authored Feb 26, 2024
1 parent ae222a6 commit 4aef24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/renderers/common/Color4.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Color, ColorRepresentation } from "../../../../src/math/Color.ts";
import { Color, ColorRepresentation } from "../../../../src/math/Color.js";

export default class Color4 extends Color {
constructor(r: number, g: number, b: number, a?: number);
Expand Down

0 comments on commit 4aef24d

Please sign in to comment.