We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167344b commit 20e1d51Copy full SHA for 20e1d51
vector2.d.ts
@@ -39,4 +39,4 @@ declare class Vector2 {
39
static fromBarycentric(A: Vector2, B: Vector2, C: Vector2, u: number, v: number): Vector2;
40
}
41
42
-export { Vector2 as default };
+export { Vector2 as default, Vector2 };
0 commit comments