caravaggio-react
Advanced tools
Comparing version 0.3.1 to 0.3.2
import React from 'react'; | ||
import { CaravaggioOptions } from './urlBuilder'; | ||
interface ImageProps extends React.ImgHTMLAttributes<HTMLImageElement> { | ||
sets: [{ | ||
sets: Array<{ | ||
type?: string; | ||
@@ -12,5 +12,5 @@ rules: { | ||
}; | ||
}]; | ||
}>; | ||
} | ||
declare const ImageSet: React.SFC<ImageProps>; | ||
export default ImageSet; |
{ | ||
"name": "caravaggio-react", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Caravaggio react library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.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
16882