vasille-css
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -16,7 +16,7 @@ import type { PropertiesHyphenFallback } from "csstype"; | ||
}; | ||
export declare function webStyleSheet<T = { | ||
export declare function webStyleSheet<T extends { | ||
[k: string]: MediaSet; | ||
}>(styles: T): { | ||
[K in keyof T]: string; | ||
} | undefined; | ||
}; | ||
@@ -23,0 +23,0 @@ // fake functions |
{ | ||
"name": "vasille-css", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Add module CSS styles to Vasille Components", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
11360