monorepon't
This commit is contained in:
11
src/jsx.d.ts
vendored
Normal file
11
src/jsx.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare namespace JSX {
|
||||
import type { ReactNode } from "react"
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
|
||||
interface IntrinsicElements {
|
||||
"reacord-element": {
|
||||
createInstance: () => unknown
|
||||
children?: ReactNode
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user