react-globe.gl 2.24.2 → 2.24.4

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.
@@ -272,4 +272,4 @@ type FCwithRef<P = {}, R = {}> = React.FunctionComponent<P & { ref?: React.Mutab
272
272
 
273
273
  declare const Globe: FCwithRef<GlobeProps, GlobeMethods>;
274
274
 
275
- export { GlobeMethods, GlobeProps, Globe as default };
275
+ export { type GlobeMethods, type GlobeProps, Globe as default };