UNPKG

@web3r/flowerkit

Version:

A collection of more than 60 often used utility JS functions that simplify frontend development.

10 lines 286 B
/** * Gets width of user scrollbar * @return {number} * @example * // How to get width of user scrollbar? * const scrollbarWidth = getScrollBarWidth(); * console.log(scrollbarWidth); // => number */ export function getScrollbarWidth(): number; //# sourceMappingURL=index.d.ts.map