zhihao-ui 1.3.28 → 1.3.29

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.
@@ -1,9 +1,8 @@
1
1
  import { WharfEntity } from '../interface';
2
2
  import { Feature } from 'ol';
3
- import { useMapInitializer } from './map';
4
3
 
5
4
  export declare const PORT_LAYER_CLASS_NAME = "zh-map-port-layer";
6
- export declare const usePortManager: (mapManager: ReturnType<typeof useMapInitializer>) => {
5
+ export declare const usePortManager: (mapInstance: any) => {
7
6
  render: (portList: WharfEntity[], showTitle?: boolean) => void;
8
7
  clear: () => void;
9
8
  selected: (portData?: WharfEntity) => void;