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 538605ccdf
commit b5494bb484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -845,7 +845,7 @@ export interface MediaHTMLAttributes<T extends HTMLMediaElement> extends HTMLAtt
src?: string | undefined | null; src?: string | undefined | null;
/** /**
* a value between 0 and 1 * a value between 0 and 1
*/ */
volume?: number | undefined | null; volume?: number | undefined | null;
// Svelte bind:x // Svelte bind:x

Loading…
Cancel
Save