types(runtime-dom): fix typo in jsx type autosave (#5638)
This commit is contained in:
parent
908ffb4fd4
commit
181872f744
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -276,7 +276,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
|
||||
// Non-standard Attributes
|
||||
autocapitalize?: string
|
||||
autocorrect?: string
|
||||
autocave?: string
|
||||
autosave?: string
|
||||
color?: string
|
||||
itemprop?: string
|
||||
itemscope?: Booleanish
|
||||
|
Loading…
Reference in New Issue
Block a user