refactor: rename packages
This commit is contained in:
12
packages/runtime-core/jsx.d.ts
vendored
Normal file
12
packages/runtime-core/jsx.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare namespace JSX {
|
||||
interface Element {}
|
||||
interface ElementClass {
|
||||
render(props: any, slots: any, attrs: any): any
|
||||
}
|
||||
interface ElementAttributesProperty {
|
||||
$props: {}
|
||||
}
|
||||
interface IntrinsicElements {
|
||||
[name: string]: any
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user