react-declarative 2.7.108 → 2.7.109
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/index.d.ts +5 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
// ../@mui/material/Stack
|
|
14
14
|
// ../@mui/material/Paper
|
|
15
15
|
// ../@mui/material/styles
|
|
16
|
+
// ../mapbox-gl
|
|
16
17
|
|
|
17
18
|
declare module "react-declarative" {
|
|
18
19
|
import "./polyfills";
|
|
@@ -28633,8 +28634,11 @@ declare module "react-declarative/components/If/If" {
|
|
|
28633
28634
|
}
|
|
28634
28635
|
|
|
28635
28636
|
declare module "react-declarative/components/Map/Map" {
|
|
28637
|
+
import type mapboxglInternal from "mapbox-gl";
|
|
28636
28638
|
import { BoxProps } from "@mui/material/Box";
|
|
28637
|
-
global {
|
|
28639
|
+
global {
|
|
28640
|
+
var mapboxgl: typeof mapboxglInternal;
|
|
28641
|
+
}
|
|
28638
28642
|
interface IPosition {
|
|
28639
28643
|
lng: number;
|
|
28640
28644
|
lat: number;
|