@abdellatifui/react 3.1.25 → 3.1.27

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/nextgen.d.ts CHANGED
@@ -193,6 +193,12 @@ export declare const loadFontsOnInteraction: () => void;
193
193
 
194
194
  export declare const MainHeader: (props: any) => JSX_2.Element;
195
195
 
196
+ export declare const mapStyles: {
197
+ name: string;
198
+ url: string;
199
+ index: number;
200
+ }[];
201
+
196
202
  export declare const MenuButton: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
197
203
 
198
204
  export declare const Model: default_2.ForwardRefExoticComponent<ModelProps & default_2.RefAttributes<HTMLDivElement>>;
@@ -231,6 +237,12 @@ declare type NetworkMapProps = {
231
237
  }) => void;
232
238
  enableNativeContextMenu: boolean;
233
239
  enableLngLatBox: boolean;
240
+ mapStyle: {
241
+ url: string;
242
+ index: number;
243
+ name: string;
244
+ };
245
+ hideLinks: boolean;
234
246
  mapProps: MapProps;
235
247
  menuItems: {
236
248
  label: string;