@lonik/oh-image 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react.d.ts +1 -1
- package/package.json +1 -1
package/dist/react.d.ts
CHANGED
|
@@ -460,7 +460,7 @@ declare function ImgproxyLoaderProvider({
|
|
|
460
460
|
...props
|
|
461
461
|
}: {
|
|
462
462
|
children: React.ReactNode;
|
|
463
|
-
} & Partial<
|
|
463
|
+
} & Partial<ImgproxyGlobalOptions>): react_jsx_runtime0.JSX.Element;
|
|
464
464
|
//#endregion
|
|
465
465
|
//#region src/react/loaders/imgproxy/use-imgproxy-placeholder.d.ts
|
|
466
466
|
declare function useImgproxyPlaceholder(options?: ImgproxyOptions): (imageOptions: ImageLoaderOptions) => string;
|
package/package.json
CHANGED