@aesthetic/types
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -8,5 +8,3 @@ import CSST from 'csstype'; | ||
export declare type UnitFactory = (property: NativeProperty) => Unit | undefined; | ||
export interface GenericProperties { | ||
[property: string]: Value | Value[]; | ||
} | ||
export declare type GenericProperties = Record<string, Value | Value[]>; | ||
export interface Properties extends CSST.Properties<Value>, CSST.PropertiesHyphen<Value> { | ||
@@ -32,5 +30,3 @@ } | ||
} | ||
export interface Variables<T = Value> { | ||
[variable: string]: T; | ||
} | ||
export declare type Variables<T = Value> = Record<string, T>; | ||
//# sourceMappingURL=css.d.ts.map |
{ | ||
"name": "@aesthetic/types", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Reusable TypeScript types for Aesthetic packages.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4ad762397a9e6b7d3cc2b83d8fc7b3d1172a197b" | ||
"gitHead": "67700b2a4307e451ddb61b3f7ca631080174838f" | ||
} |
Sorry, the diff of this file is not supported yet
5948
50