@tactics/lokaal-loket 0.0.445 → 0.0.447
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +218 -218
- package/build/index.d.cts +3 -3
- package/build/index.d.ts +3 -3
- package/build/index.js +218 -218
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1839,9 +1839,9 @@ interface IMapControl {
|
|
1839
1839
|
}
|
1840
1840
|
|
1841
1841
|
interface IClusterOptions {
|
1842
|
-
extent:
|
1843
|
-
radius:
|
1844
|
-
maxZoom:
|
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:
|
1843
|
-
radius:
|
1844
|
-
maxZoom:
|
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>;
|