globe.gl 2.28.6 → 2.29.1

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.
@@ -124,4 +124,4 @@ type GlobeInstance = GlobeGenericInstance<GlobeInstance>;
124
124
 
125
125
  declare function Globe(configOptions?: ConfigOptions): GlobeInstance;
126
126
 
127
- export { ConfigOptions, GlobeGenericInstance, GlobeInstance, Globe as default };
127
+ export { type ConfigOptions, type GlobeGenericInstance, type GlobeInstance, Globe as default };