Comparing version 0.4.8 to 0.5.0
{ | ||
"name": "onno", | ||
"license": "MIT", | ||
"version": "0.4.8", | ||
"version": "0.5.0", | ||
"homepage": "https://onnojs.com", | ||
@@ -33,3 +33,3 @@ "description": "Responsive style props for building themed design systems", | ||
}, | ||
"gitHead": "84782b7f262584deebeb68171a3b7ad03bc50885" | ||
"gitHead": "506e3d988147d8eac78ecdabca32c2f0930de928" | ||
} |
@@ -11,3 +11,5 @@ import { PropertiesFallback, Pseudos } from "csstype" | ||
export declare type CSSProperties = PropertiesFallback<Primitive> | ||
export declare type CSSPseudos<P> = { [K in Pseudos]?: CSSProperties & P } | ||
export declare type CSSPseudos<P> = { | ||
[K in Pseudos]?: CSSProperties & P | ||
} | ||
export declare type CSSStyleObject<P> = CSSProperties & CSSPseudos<P> & P | ||
@@ -14,0 +16,0 @@ export declare type ResponsivePropArray<T> = T[] |
119916
4118