UNPKG
vue-next
Version:
latest (0.0.1)
0.0.1
## Status: Pre-Alpha.
vue-next
/
packages
/
runtime-core
/
jsx.d.ts
13 lines
(12 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare namespace JSX {
interface
Element
{}
interface
ElementClass
{ $props: {} }
interface
ElementAttributesProperty
{ $props: {} }
interface
IntrinsicElements
{ [name: string]: any } }