dotted-map 2.2.2 → 3.0.0

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.
@@ -0,0 +1,13 @@
1
+ import { a as MapSettings, c as Region, s as Point, t as DottedMapSettings } from "./types-ByIhMtjO.cjs";
2
+ import DottedMapWithoutCountries from "./without-countries.cjs";
3
+
4
+ //#region src/with-countries.d.ts
5
+ declare const getMapJSON: (props: MapSettings) => string;
6
+ declare class DottedMap extends DottedMapWithoutCountries {
7
+ constructor({
8
+ avoidOuterPins,
9
+ ...args
10
+ }: DottedMapSettings);
11
+ }
12
+ //#endregion
13
+ export { type DottedMapSettings, DottedMapWithoutCountries, type MapSettings, type Point, type Region, DottedMap as default, getMapJSON };
@@ -0,0 +1,13 @@
1
+ import { a as MapSettings, c as Region, s as Point, t as DottedMapSettings } from "./types-UL1f7mia.mjs";
2
+ import DottedMapWithoutCountries from "./without-countries.mjs";
3
+
4
+ //#region src/with-countries.d.ts
5
+ declare const getMapJSON: (props: MapSettings) => string;
6
+ declare class DottedMap extends DottedMapWithoutCountries {
7
+ constructor({
8
+ avoidOuterPins,
9
+ ...args
10
+ }: DottedMapSettings);
11
+ }
12
+ //#endregion
13
+ export { type DottedMapSettings, DottedMapWithoutCountries, type MapSettings, type Point, type Region, DottedMap as default, getMapJSON };