UNPKG
reblend-ui
Version:
latest (3.0.2)
3.0.2
3.0.0
Utilities for creating robust overlay components
github.com/react-restart/ui
react-restart/ui
reblend-ui
/
esm
/
getScrollbarWidth.d.ts
5 lines
(4 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
/** * Get the width of the vertical window scrollbar if it's visible */
export
default
function
getBodyScrollbarWidth
(ownerDocument?: Document)
: number;