Added `elementtiming` attribute to HTMLAttributes

pull/10921/head
miunau 2 years ago committed by GitHub
parent 1d459d6e20
commit 03eb28f2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -712,6 +712,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
contextmenu?: string | undefined | null;
dir?: string | undefined | null;
draggable?: Booleanish | undefined | null;
elementtiming?: string | undefined | null;
enterkeyhint?:
| 'enter'
| 'done'

Loading…
Cancel
Save