quixotic-gol 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -41,8 +41,8 @@ declare interface DrawOp {
|
|
|
41
41
|
* Content structure for graph edges
|
|
42
42
|
*/
|
|
43
43
|
export declare interface EdgeContent {
|
|
44
|
-
/**
|
|
45
|
-
|
|
44
|
+
/** Index of the edge */
|
|
45
|
+
index: number;
|
|
46
46
|
/** Color of the edge */
|
|
47
47
|
color: string;
|
|
48
48
|
/** Text label on the edge */
|