We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e95514 commit 75b5a5bCopy full SHA for 75b5a5b
packages/svelte/elements.d.ts
@@ -1199,7 +1199,14 @@ export interface HTMLMediaAttributes<T extends HTMLMediaElement> extends HTMLAtt
1199
export interface HTMLMetaAttributes extends HTMLAttributes<HTMLMetaElement> {
1200
charset?: string | undefined | null;
1201
content?: string | undefined | null;
1202
- 'http-equiv'?: string | undefined | null;
+ 'http-equiv'?:
1203
+ | 'content-security-policy'
1204
+ | 'content-type'
1205
+ | 'default-style'
1206
+ | 'refresh'
1207
+ | 'x-ua-compatible'
1208
+ | undefined
1209
+ | null;
1210
name?: string | undefined | null;
1211
media?: string | undefined | null;
1212
}
0 commit comments