zzz-pc-view 0.0.2 → 0.0.3

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.
@@ -255,6 +255,7 @@ export declare const useNavStore: () => {
255
255
  PageView: RawRouteComponent;
256
256
  path: string;
257
257
  }) => void;
258
+ readonly getPageViewMap: (pageViewMap: PageViewMap, pageViewPathIgnore?: RegExp) => PageViewMap;
258
259
  readonly navTree: ZNavWithoutButton[];
259
260
  readonly navChildrenMap: Record<KeyValType, ZNavWithoutButton[]>;
260
261
  };