New to KendoReact? Learn about KendoReact Free.
useWindow
Returns a function, which gets the defaultView
based on the ownerDocument
of the element.
Parameters
ref
RefObject<"null" | HTMLElement | { element: "null" | HTMLElement; }>
Returns
() => Window