📄 getScrollbarWidth.d.ts
/home/palash/git/site/node_modules/@restart/ui/cjs/getScrollbarWidth.d.ts
Language: ts • Lines: 4
/**
 * Get the width of the vertical window scrollbar if it's visible
 */
export default function getBodyScrollbarWidth(ownerDocument?: Document): number;