An interface for the size of the window
SizeInfo
const sizeInfo: SizeInfo = { windowWidth: window.innerWidth, windowHeight: window.innerHeight}; Copy
const sizeInfo: SizeInfo = { windowWidth: window.innerWidth, windowHeight: window.innerHeight};
Generated using TypeDoc
Description
An interface for the size of the window
Export
SizeInfo
Example