react-easy-swipe
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "react-easy-swipe", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "React easy swipe - Easy handler for common touch operations", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -23,4 +23,6 @@ /* eslint-disable */ | ||
onSwipeEnd?: (e: SwipeEvent) => void; | ||
innerRef: (node: any) => void; | ||
tolerance?: number | ||
} | ||
export default class Swipe extends React.Component<SwipeProps> {} |
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
191268
467