@tactics/lokaal-loket 0.0.152 → 0.0.154

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1137,6 +1137,7 @@ interface IPoint {
1137
1137
  overlay: React$1.ReactNode;
1138
1138
  }
1139
1139
  interface ILine {
1140
+ key: string;
1140
1141
  index: number;
1141
1142
  label: string;
1142
1143
  }
package/build/index.d.ts CHANGED
@@ -1137,6 +1137,7 @@ interface IPoint {
1137
1137
  overlay: React$1.ReactNode;
1138
1138
  }
1139
1139
  interface ILine {
1140
+ key: string;
1140
1141
  index: number;
1141
1142
  label: string;
1142
1143
  }