Skip to content

Commit 4998a04

Browse files
authored
add to types
1 parent 2ceee5b commit 4998a04

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
@@ -1056,6 +1056,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
10561056
type?: HTMLInputTypeAttribute | undefined | null;
10571057
value?: any;
10581058
width?: number | string | undefined | null;
1059+
webkitdirectory?: boolean | undefined | null;
10591060

10601061
'on:change'?: ChangeEventHandler<HTMLInputElement> | undefined | null;
10611062
onchange?: ChangeEventHandler<HTMLInputElement> | undefined | null;

0 commit comments

Comments
 (0)