Skip to content

Commit 68ae5c4

Browse files
[LEMS-3971/vector-pr2] re-export
1 parent f17cdc1 commit 68ae5c4

File tree

1 file changed

+1
-1
lines changed
  • packages/perseus/src/widgets/interactive-graphs

1 file changed

+1
-1
lines changed

packages/perseus/src/widgets/interactive-graphs/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export interface RayGraphState extends InteractiveGraphStateCommon {
9191
coords: PairOfPoints;
9292
}
9393

94-
interface VectorGraphState extends InteractiveGraphStateCommon {
94+
export interface VectorGraphState extends InteractiveGraphStateCommon {
9595
type: "vector";
9696
coords: PairOfPoints;
9797
}

0 commit comments

Comments
 (0)