pull/10042/head
Simon H 3 years ago committed by GitHub
parent cf1e32c6f0
commit 71229b8eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -630,7 +630,7 @@ export interface HTMLAnchorAttributes extends HTMLAttributes<HTMLAnchorElement>
'sapper:prefetch'?: true | undefined | null; 'sapper:prefetch'?: true | undefined | null;
} }
export type HTMLAudioAttributes = HTMLMediaAttributes<HTMLAudioElement>; export interface HTMLAudioAttributes extends HTMLMediaAttributes<HTMLAudioElement> {}
export interface HTMLAreaAttributes extends HTMLAttributes<HTMLAreaElement> { export interface HTMLAreaAttributes extends HTMLAttributes<HTMLAreaElement> {
alt?: string | undefined | null; alt?: string | undefined | null;
@ -693,7 +693,7 @@ export interface HTMLDetailsAttributes extends HTMLAttributes<HTMLDetailsElement
'bind:open'?: boolean | undefined | null; 'bind:open'?: boolean | undefined | null;
'on:toggle'?: EventHandler<Event, T> | undefined | null; 'on:toggle'?: EventHandler<Event, HTMLDetailsElement> | undefined | null;
} }
export interface HTMLDelAttributes extends HTMLAttributes<HTMLModElement> { export interface HTMLDelAttributes extends HTMLAttributes<HTMLModElement> {

Loading…
Cancel
Save