|
@@ -4,10 +4,10 @@ declare global {
|
|
|
namespace JSX {
|
|
namespace JSX {
|
|
|
export type Element = VaporRenderResult
|
|
export type Element = VaporRenderResult
|
|
|
export interface ElementClass {
|
|
export interface ElementClass {
|
|
|
- props: {}
|
|
|
|
|
|
|
+ $props: {}
|
|
|
}
|
|
}
|
|
|
export interface ElementAttributesProperty {
|
|
export interface ElementAttributesProperty {
|
|
|
- props: {}
|
|
|
|
|
|
|
+ $props: {}
|
|
|
}
|
|
}
|
|
|
export interface IntrinsicElements extends NativeElements {
|
|
export interface IntrinsicElements extends NativeElements {
|
|
|
[name: string]: any
|
|
[name: string]: any
|