Skip to content

Commit

Permalink
fix(types/jsx): llow tabindex to be a string (#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartenra committed Mar 25, 2021
1 parent c8aed13 commit e4a5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/types/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
lang?: string
placeholder?: string
spellcheck?: Booleanish
tabindex?: number
tabindex?: number | string
title?: string
translate?: 'yes' | 'no'

Expand Down

0 comments on commit e4a5712

Please sign in to comment.