UNPKG

@tanstack/react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

7 lines (6 loc) 129 B
declare module 'react-error-boundary' { interface ErrorBoundaryPropsWithFallback { children: any; } } export {};