react-easy-swipe
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "react-easy-swipe", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "React easy swipe - Easy handler for common touch operations", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -24,5 +24,6 @@ /* eslint-disable */ | ||
innerRef?: (node: any) => void; | ||
tolerance?: number | ||
tolerance?: number; | ||
children?: React.ReactNode | ||
} | ||
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
194719
13
468