vue3-yuanma/packages/runtime-core/jsx.d.ts

13 lines
214 B
TypeScript

declare namespace JSX {
interface Element {}
interface ElementClass {
$props: {}
}
interface ElementAttributesProperty {
$props: {}
}
interface IntrinsicElements {
[name: string]: any
}
}