@custom-react-hooks/use-on-screen
Advanced tools
Comparing version 1.4.19 to 1.5.0
@@ -6,3 +6,3 @@ /// <reference types="react" /> | ||
}; | ||
export default useOnScreen; | ||
export { useOnScreen }; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useOnScreen = void 0; | ||
var react_1 = require("react"); | ||
@@ -30,2 +31,2 @@ function useOnScreen(options, once) { | ||
} | ||
exports.default = useOnScreen; | ||
exports.useOnScreen = useOnScreen; |
{ | ||
"name": "@custom-react-hooks/use-on-screen", | ||
"version": "1.4.19", | ||
"version": "1.5.0", | ||
"author": "Bane Grozdanovic <banegrozdanovic@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,0 +0,0 @@ # useOnScreen Hook |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
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
84
7110