@plasmicpkgs/react-parallax-tilt
Advanced tools
Comparing version 0.0.160 to 0.0.161
import registerComponent, { ComponentMeta } from "@plasmicapp/host/registerComponent"; | ||
import { ComponentProps } from "react"; | ||
import React, { ComponentProps } from "react"; | ||
import ReactParallaxTilt from "react-parallax-tilt"; | ||
export declare type TiltProps = ComponentProps<typeof ReactParallaxTilt>; | ||
export default function Tilt(props: TiltProps): JSX.Element; | ||
export default function Tilt(props: TiltProps): React.JSX.Element; | ||
export declare function registerTilt(loader?: { | ||
registerComponent: typeof registerComponent; | ||
}, customTiltMeta?: ComponentMeta<TiltProps>): void; |
{ | ||
"name": "@plasmicpkgs/react-parallax-tilt", | ||
"version": "0.0.160", | ||
"version": "0.0.161", | ||
"description": "Plasmic registration call for the HTML5 video element", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@plasmicapp/host": "1.0.162", | ||
"@plasmicapp/host": "1.0.163", | ||
"@size-limit/preset-small-lib": "^4.11.0", | ||
@@ -47,3 +47,3 @@ "@types/node": "^14.0.26", | ||
}, | ||
"gitHead": "bf12f2268d3e2794698bee0996d4e2008b6827c5" | ||
"gitHead": "ab608db4274a0622f29909c4c735aa79313b779d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
81869
2
70