mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 19:26:56 +01:00
fix(jsx): fix draggable type to accept boolean (#3253)
This commit is contained in:
parent
7cd0248c5a
commit
8ba02273e8
@ -154,7 +154,7 @@ export namespace JSX {
|
||||
contenteditable?: boolean | 'inherit' | undefined
|
||||
contextmenu?: string | undefined
|
||||
dir?: string | undefined
|
||||
draggable?: 'true' | 'false' | undefined
|
||||
draggable?: 'true' | 'false' | boolean | undefined
|
||||
enterkeyhint?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send' | undefined
|
||||
hidden?: boolean | undefined
|
||||
id?: string | undefined
|
||||
|
Loading…
Reference in New Issue
Block a user