@nocobase/client 1.5.7 → 1.5.9

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.
@@ -47,5 +47,8 @@ export declare const useRouterBasename: () => string;
47
47
  * Used to determine if the user closed the sub-page by clicking on the page menu
48
48
  * @returns
49
49
  */
50
- export declare const useIsSubPageClosedByPageMenu: (fieldSchema: Schema) => boolean;
50
+ export declare const useIsSubPageClosedByPageMenu: (fieldSchema: Schema) => {
51
+ isSubPageClosedByPageMenu: () => boolean;
52
+ reset: () => void;
53
+ };
51
54
  export declare const CustomRouterContextProvider: FC;