Skip to content

Commit e631fae

Browse files
authored
Add dirname to HTMLInputAttributes
1 parent 302b0ec commit e631fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
10301030
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
10311031
checked?: boolean | undefined | null;
10321032
crossorigin?: string | undefined | null;
1033+
dirname?: string | undefined | null;
10331034
disabled?: boolean | undefined | null;
10341035
form?: string | undefined | null;
10351036
formaction?: string | undefined | null;

0 commit comments

Comments
 (0)