Update html/index.d.ts

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent 58064fdddb
commit b9d9bab218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -1066,7 +1066,7 @@ export interface SvelteMediaTimeRange {
end: number;
}
export interface SvelteWindowAttributes extends HTMLAttributes<Window> {
export interface SvelteWindowAttributes extends HTMLAttributes<Window> {
readonly innerWidth?: Window['innerWidth'] | undefined | null;
readonly innerHeight?: Window['innerHeight'] | undefined | null;
readonly outerWidth?: Window['outerWidth'] | undefined | null;

Loading…
Cancel
Save