react-ronin
Advanced tools
Comparing version 2.0.3-image-component-experimental.2 to 2.0.3-image-component-experimental.3
@@ -48,3 +48,3 @@ export * from 'ronin'; | ||
interface ImageRootProps { | ||
interface ImageProps { | ||
alt?: ImgHTMLAttributes<HTMLImageElement>["alt"]; | ||
@@ -58,4 +58,4 @@ quality?: number; | ||
} | ||
declare const Image: ({ src: input, alt, size: defaultSize, width: defaultWidth, height: defaultHeight, quality, loading, }: ImageRootProps) => react_jsx_runtime.JSX.Element; | ||
declare const Image: ({ src: input, alt, size: defaultSize, width: defaultWidth, height: defaultHeight, quality, loading, }: ImageProps) => react_jsx_runtime.JSX.Element; | ||
export { Image, RichText }; |
{ | ||
"name": "react-ronin", | ||
"version": "2.0.3-image-component-experimental.2", | ||
"version": "2.0.3-image-component-experimental.3", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32904