UNPKG

reblend-ui

Version:

Utilities for creating robust overlay components

5 lines (4 loc) 155 B
/** * Get the width of the vertical window scrollbar if it's visible */ export default function getBodyScrollbarWidth(ownerDocument?: Document): number;