fix(types/jsx): llow tabindex to be a string (#3476)
This commit is contained in:
parent
c8aed13711
commit
e4a5712a33
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -265,7 +265,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
|
|||||||
lang?: string
|
lang?: string
|
||||||
placeholder?: string
|
placeholder?: string
|
||||||
spellcheck?: Booleanish
|
spellcheck?: Booleanish
|
||||||
tabindex?: number
|
tabindex?: number | string
|
||||||
title?: string
|
title?: string
|
||||||
translate?: 'yes' | 'no'
|
translate?: 'yes' | 'no'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user