hydroxide-jsx
Advanced tools
Comparing version 0.8.1 to 0.9.0
{ | ||
"name": "hydroxide-jsx", | ||
"description": "JSX type definitions for hydroxide framework", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"types": "jsx-runtime.d.ts", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -15,3 +15,3 @@ import { Reactive, Slice } from 'hydroxide' | ||
if?: boolean | ||
elseIf?: boolean | ||
'else-if'?: boolean | ||
else?: true | ||
@@ -18,0 +18,0 @@ ref?: Ref<T> |
63401