UNPKG
@mui/x-telemetry
Version:
latest (9.9.0)
latest-v8 (8.29.0)
next (9.0.0-rc.0)
9.9.0
9.7.0
9.2.0
9.1.0
9.0.2
9.0.0
9.0.0-rc.0
9.0.0-alpha.2
9.0.0-alpha.0
8.29.0
8.20.0
8.19.0
8.18.0
8.16.0
8.15.0
8.14.1
8.14.0
8.12.0
8.11.3
8.11.2
8.11.0
8.5.4
8.5.3
8.5.2
8.5.1
8.5.0
8.4.0
8.3.1
8.3.0
8.2.0
8.0.0
8.0.0-beta.3
8.0.0-beta.2
8.0.0-beta.0
8.0.0-alpha.14
8.0.0-alpha.12
MUI X Telemetry.
mui.com/x/guides/telemetry/
mui/mui-x
@mui/x-telemetry
/
runtime
/
fetcher.d.ts
2 lines
•
131 B
TypeScript
View Raw
1
2
declare
function
fetchWithRetry
(
url
:
string
,
options
:
RequestInit
,
retries
?:
number
):
Promise
<
Response
>;
export
{ fetchWithRetry };