Skip to content

Commit e4a5712

Browse files
authoredMar 25, 2021
fix(types/jsx): llow tabindex to be a string (#3476)
1 parent c8aed13 commit e4a5712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/runtime-dom/types/jsx.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
265265
lang?: string
266266
placeholder?: string
267267
spellcheck?: Booleanish
268-
tabindex?: number
268+
tabindex?: number | string
269269
title?: string
270270
translate?: 'yes' | 'no'
271271

0 commit comments

Comments
 (0)