@tactics/lokaal-loket 0.0.445 → 0.0.446

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1839,9 +1839,9 @@ interface IMapControl {
1839
1839
  }
1840
1840
 
1841
1841
  interface IClusterOptions {
1842
- extent: 512;
1843
- radius: 60;
1844
- maxZoom: 13;
1842
+ extent: number;
1843
+ radius: number;
1844
+ maxZoom: number;
1845
1845
  }
1846
1846
  declare class Cluster {
1847
1847
  readonly clusterer: Supercluster<Supercluster.AnyProps, Supercluster.AnyProps>;
package/build/index.d.ts CHANGED
@@ -1839,9 +1839,9 @@ interface IMapControl {
1839
1839
  }
1840
1840
 
1841
1841
  interface IClusterOptions {
1842
- extent: 512;
1843
- radius: 60;
1844
- maxZoom: 13;
1842
+ extent: number;
1843
+ radius: number;
1844
+ maxZoom: number;
1845
1845
  }
1846
1846
  declare class Cluster {
1847
1847
  readonly clusterer: Supercluster<Supercluster.AnyProps, Supercluster.AnyProps>;