diff --git a/html/index.d.ts b/html/index.d.ts index e99a1a2ce8..7700d9514b 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -1066,7 +1066,7 @@ export interface SvelteMediaTimeRange { end: number; } -export interface SvelteWindowAttributes extends HTMLAttributes { +export interface SvelteWindowAttributes extends HTMLAttributes { readonly innerWidth?: Window['innerWidth'] | undefined | null; readonly innerHeight?: Window['innerHeight'] | undefined | null; readonly outerWidth?: Window['outerWidth'] | undefined | null;