mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 11:07:29 +01:00
fix(jsx): redefine scope attribute as enum type (#3118)
This commit is contained in:
parent
5126449226
commit
4c401fd661
@ -580,7 +580,7 @@ export namespace JSX {
|
||||
colspan?: number | undefined
|
||||
headers?: string | undefined
|
||||
rowspan?: number | undefined
|
||||
scope?: string | undefined
|
||||
scope?: 'row' | 'col' | 'rowgroup' | 'colgroup' | string | undefined
|
||||
abbr?: string | undefined
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user