read current x, y scroll: {{ x }}, {{ y }}
```
## Type Declarations
```ts
export interface UseWindowScrollOptions
extends ConfigurableWindow,
UseScrollOptions {}
/**
* Reactive window scroll.
*
* @see https://vueuse.org/useWindowScroll
* @param options
*/
export declare function useWindowScroll(options?: UseWindowScrollOptions): {
x: WritableComputedRef