@kitajs/html
Advanced tools
Comparing version 1.4.3 to 1.4.4
20
jsx.d.ts
@@ -9,13 +9,11 @@ // This file is a result from many sources, including: wikipedia, typescript dom lib, w3schools, and others. | ||
interface CSSProperties | ||
extends import('csstype').Properties<string | number | boolean> { | ||
/** | ||
* The index signature was removed to enable closed typing for style | ||
* using CSSType. You're able to use type assertion or module augmentation | ||
* to add properties or an index signature of your own. | ||
* | ||
* For examples and more information, visit: | ||
* https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors | ||
*/ | ||
} | ||
/** | ||
* The index signature was removed to enable closed typing for style | ||
* using CSSType. You're able to use type assertion or module augmentation | ||
* to add properties or an index signature of your own. | ||
* | ||
* For examples and more information, visit: | ||
* https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors | ||
*/ | ||
type CSSProperties = import('csstype').Properties<string | number | boolean> | ||
@@ -22,0 +20,0 @@ interface IntrinsicAttributes { |
{ | ||
"name": "@kitajs/html", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Fast and type safe HTML templates using TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
56788
1083