UNPKG
react-hook-sticky
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.2.0
0.1.0
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
0.1.0-beta
React hook sticky
github.com/Ariel-Rodriguez/react-hook-sticky
Ariel-Rodriguez/react-hook-sticky
react-hook-sticky
/
lib
/
boundary.js
4 lines
(3 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
export
const
createBoundary
= (
name, element, params = {}
) => {
return
{ name, element, params }; };