react-content-shimmer
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -1,2 +0,2 @@ | ||
/// <reference types="react" /> | ||
import { CSSProperties } from 'react'; | ||
interface CustomLoader { | ||
@@ -9,3 +9,3 @@ rows?: Number; | ||
rounded?: String; | ||
style?: Object; | ||
style?: CSSProperties; | ||
size?: { | ||
@@ -12,0 +12,0 @@ height?: Number | String; |
{ | ||
"name": "react-content-shimmer", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Content Shimmer to easily create placeholder loading, image loading, card loading, etc .., free to change the colors, speed, sizes, radius and shadow also have few deafult Loding Componets to use. (CardShimmer,ProfileShimmer,SocialShimmer,BulletListShimmer,CodeShimmer)", | ||
@@ -5,0 +5,0 @@ "author": "Tirth886", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
100163