Skip to content

Commit 03eb28f

Browse files
authored
Added elementtiming attribute to HTMLAttributes
1 parent 1d459d6 commit 03eb28f

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
@@ -712,6 +712,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
712712
contextmenu?: string | undefined | null;
713713
dir?: string | undefined | null;
714714
draggable?: Booleanish | undefined | null;
715+
elementtiming?: string | undefined | null;
715716
enterkeyhint?:
716717
| 'enter'
717718
| 'done'

0 commit comments

Comments
 (0)