diff --git a/packages/svelte/elements.d.ts b/packages/svelte/elements.d.ts index 9779310508..25342b07d1 100644 --- a/packages/svelte/elements.d.ts +++ b/packages/svelte/elements.d.ts @@ -630,7 +630,7 @@ export interface HTMLAnchorAttributes extends HTMLAttributes 'sapper:prefetch'?: true | undefined | null; } -export type HTMLAudioAttributes = HTMLMediaAttributes; +export interface HTMLAudioAttributes extends HTMLMediaAttributes {} export interface HTMLAreaAttributes extends HTMLAttributes { alt?: string | undefined | null; @@ -693,7 +693,7 @@ export interface HTMLDetailsAttributes extends HTMLAttributes | undefined | null; + 'on:toggle'?: EventHandler | undefined | null; } export interface HTMLDelAttributes extends HTMLAttributes {