@nocobase/client 1.4.26 → 1.4.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.
@@ -104,7 +104,7 @@ export declare const BlockProvider: (props: {
104
104
  * @returns
105
105
  */
106
106
  export declare const useBlockAssociationContext: () => any;
107
- export declare const useFilterByTk: () => any;
107
+ export declare const useFilterByTk: (blockProps?: any) => any;
108
108
  /**
109
109
  * @deprecated
110
110
  */
@@ -118,7 +118,7 @@ export declare const useSourceIdFromParentRecord: () => any;
118
118
  * @internal
119
119
  * @returns
120
120
  */
121
- export declare const useParamsFromRecord: () => {
121
+ export declare const useParamsFromRecord: (props?: any) => {
122
122
  filterByTk: any;
123
123
  };
124
124
  export declare const RecordLink: (props: any) => React.JSX.Element;