diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index f070ffdc87c..729f8f593fc 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -265,7 +265,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers { lang?: string placeholder?: string spellcheck?: Booleanish - tabindex?: number + tabindex?: number | string title?: string translate?: 'yes' | 'no'