|
|
|
@ -1504,7 +1504,7 @@ export interface SvelteHTMLElements {
|
|
|
|
track: HTMLTrackAttributes;
|
|
|
|
track: HTMLTrackAttributes;
|
|
|
|
u: HTMLAttributes<HTMLElement>;
|
|
|
|
u: HTMLAttributes<HTMLElement>;
|
|
|
|
ul: HTMLAttributes<HTMLUListElement>;
|
|
|
|
ul: HTMLAttributes<HTMLUListElement>;
|
|
|
|
"var": HTMLAttributes<HTMLElement>;
|
|
|
|
var: HTMLAttributes<HTMLElement>;
|
|
|
|
video: HTMLVideoAttributes;
|
|
|
|
video: HTMLVideoAttributes;
|
|
|
|
wbr: HTMLAttributes<HTMLElement>;
|
|
|
|
wbr: HTMLAttributes<HTMLElement>;
|
|
|
|
webview: HTMLWebViewAttributes;
|
|
|
|
webview: HTMLWebViewAttributes;
|
|
|
|
|