const GetScrollbarWidth = (): number => window.innerWidth - document.body.clientWidth export default GetScrollbarWidth