You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .api-reports/api-report-react_internal.md
+15
Original file line number
Diff line number
Diff line change
@@ -1936,6 +1936,17 @@ type UseFragmentResult<TData> = {
1936
1936
// @public
1937
1937
function useQuery<TData=any, TVariablesextendsOperationVariables=OperationVariables>(query:DocumentNode|TypedDocumentNode<TData, TVariables>, options?:QueryHookOptions<NoInfer<TData>, NoInfer<TVariables>>):QueryResult<TData, TVariables>;
1938
1938
1939
+
// Warning: (ae-forgotten-export) The symbol "UseQueryRefHandlersResult" needs to be exported by the entry point index.d.ts
1940
+
//
1941
+
// @public
1942
+
function useQueryRefHandlers<TData=unknown, TVariablesextendsOperationVariables=OperationVariables>(queryRef:QueryReference<TData, TVariables>):UseQueryRefHandlersResult<TData, TVariables>;
0 commit comments