react-globe.gl 2.24.3 → 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.
- package/dist/react-globe.gl.d.ts +1 -1
- package/dist/react-globe.gl.js +159 -169
- package/dist/react-globe.gl.js.map +1 -1
- package/dist/react-globe.gl.min.js +5 -5
- package/package.json +8 -8
package/dist/react-globe.gl.d.ts
CHANGED
|
@@ -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 };
|