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.
dirname
1 parent 302b0ec commit e631faeCopy full SHA for e631fae
packages/svelte/elements.d.ts
@@ -1030,6 +1030,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
1030
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
1031
checked?: boolean | undefined | null;
1032
crossorigin?: string | undefined | null;
1033
+ dirname?: string | undefined | null;
1034
disabled?: boolean | undefined | null;
1035
form?: string | undefined | null;
1036
formaction?: string | undefined | null;
0 commit comments