mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
fix(types): add key to IntrinsicAttributes (#3474)
* add key to IntrinsicAttributes * fix format error
This commit is contained in:
parent
c0d782cd64
commit
31b4cd414c
@ -30,6 +30,9 @@ export namespace JSX {
|
||||
export interface IntrinsicElements extends IntrinsicElementsDefined {
|
||||
[tagName: string]: Props
|
||||
}
|
||||
export interface IntrinsicAttributes {
|
||||
key?: string | number | bigint | null | undefined
|
||||
}
|
||||
}
|
||||
|
||||
let nameSpaceContext: Context<string> | undefined = undefined
|
||||
|
Loading…
Reference in New Issue
Block a user