{"version":3,"file":"IsFetching.mjs","names":[],"sources":["../src/IsFetching.tsx"],"sourcesContent":["'use client'\nimport { type QueryFilters, useIsFetching } from '@tanstack/react-query'\nimport type { ReactNode } from 'react'\n\n/**\n * @experimental This is an experimental feature.\n */\nexport const IsFetching = ({\n  children,\n  ...filter\n}: QueryFilters & {\n  children: (isFetching: ReturnType<typeof useIsFetching>) => ReactNode\n}) => <>{children(useIsFetching(filter))}</>\n"],"mappings":";;;;;;;mBAQE;;;;AADF,MAAa,cAAc,SAKrB;KALqB,EACzB;CAII,iDAAG,SAAS,sDAAmB,CAAC,CAAC,EAAI"}