File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ export interface HTMLAnchorAttributes extends HTMLAttributes<HTMLAnchorElement>
630630 'sapper:prefetch' ?: true | undefined | null ;
631631}
632632
633- export type HTMLAudioAttributes = HTMLMediaAttributes < HTMLAudioElement > ;
633+ export interface HTMLAudioAttributes extends HTMLMediaAttributes < HTMLAudioElement > { }
634634
635635export interface HTMLAreaAttributes extends HTMLAttributes < HTMLAreaElement > {
636636 alt ?: string | undefined | null ;
@@ -693,7 +693,7 @@ export interface HTMLDetailsAttributes extends HTMLAttributes<HTMLDetailsElement
693693
694694 'bind:open' ?: boolean | undefined | null ;
695695
696- 'on:toggle' ?: EventHandler < Event , T > | undefined | null ;
696+ 'on:toggle' ?: EventHandler < Event , HTMLDetailsElement > | undefined | null ;
697697}
698698
699699export interface HTMLDelAttributes extends HTMLAttributes < HTMLModElement > {
You can’t perform that action at this time.
0 commit comments