vue3-lottie
Advanced tools
Comparing version 1.4.1-beta to 1.4.2-beta
{ | ||
"name": "vue3-lottie", | ||
"version": "1.4.1-beta", | ||
"version": "1.4.2-beta", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Sanjay Soundarajan <info@sanjaysoundarajan.dev> (https://sanjaysoundarajan.dev)", |
declare module '*.vue' { | ||
import type { ref, onMounted, computed, watch } from 'vue' | ||
import type { DefineComponent } from 'vue' | ||
const component: DefineComponent<{}, {}, any> | ||
export default component | ||
} | ||
declare module 'vue3-lottie' { | ||
interface LottieProps { | ||
animationData?: any | ||
animationLink?: string | ||
loop?: boolean | number | ||
autoPlay?: boolean | ||
rendererSettings?: any | ||
width?: number | string | ||
height?: number | string | ||
speed?: number | ||
delay?: number | ||
direction?: string | ||
pauseOnHover?: boolean | ||
playOnHover?: boolean | ||
backgroundColor?: string | ||
pauseAnimation?: boolean | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1410145
30269