We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17cdc1 commit 68ae5c4Copy full SHA for 68ae5c4
packages/perseus/src/widgets/interactive-graphs/types.ts
@@ -91,7 +91,7 @@ export interface RayGraphState extends InteractiveGraphStateCommon {
91
coords: PairOfPoints;
92
}
93
94
-interface VectorGraphState extends InteractiveGraphStateCommon {
+export interface VectorGraphState extends InteractiveGraphStateCommon {
95
type: "vector";
96
97
0 commit comments