@shopify/react-async
Advanced tools
Comparing version 0.0.0-snapshot-20230901173601 to 0.0.0-snapshot-20230912183159
@@ -33,3 +33,3 @@ import type { ReactElement, ReactNode } from 'react'; | ||
KeepFresh(props: KeepFreshOptions): React.ReactElement<{}> | null; | ||
renderLoading(props: Props): ReactNode; | ||
renderLoading: ((props: Props) => ReactNode) | undefined; | ||
} | ||
@@ -36,0 +36,0 @@ export type PreloadOptions<T> = T extends AsyncHookTarget<any, infer U, any, any> ? U : never; |
{ | ||
"name": "@shopify/react-async", | ||
"version": "0.0.0-snapshot-20230901173601", | ||
"version": "0.0.0-snapshot-20230912183159", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Tools for creating powerful, asynchronously-loaded React components", |
Sorry, the diff of this file is not supported yet
113748