UNPKG
react-masonry
Version:
latest (1.0.7)
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta-3
1.0.0-beta-2
1.0.0-beta-1
1.0.0-beta
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
ReactJs layout library.
bogdanpetru.github.io/react-masonry
bogdanpetru/react-masonry
react-masonry
/
dist
/
utils
/
debounce.d.ts
2 lines
(1 loc)
•
95 B
TypeScript
View Raw
1
2
export
declare
function
debounce
(
func
:
Function
,
wait
:
number
,
immediate
?:
boolean
):
Function
;