const GetDocumentHeight = (): number => document.body.clientHeight - window.innerHeight export default GetDocumentHeight