types: bump TS version + type test for createComponent
This commit is contained in:
2
packages/runtime-core/jsx.d.ts
vendored
2
packages/runtime-core/jsx.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
declare namespace JSX {
|
||||
interface Element {}
|
||||
interface ElementClass {
|
||||
render(props: any, slots: any, attrs: any): any
|
||||
$props: {}
|
||||
}
|
||||
interface ElementAttributesProperty {
|
||||
$props: {}
|
||||
|
||||
Reference in New Issue
Block a user