@aesthetic/types
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -22,2 +22,5 @@ import CSST from 'csstype'; | ||
export declare type Declarations<T = Properties> = T & Attributes<T> & Pseudos<T>; | ||
export interface Rule extends Declarations { | ||
[key: string]: Rule | Value | unknown; | ||
} | ||
export declare type FontFace = CSST.AtRule.FontFace; | ||
@@ -24,0 +27,0 @@ export interface Keyframes<T = Properties> { |
{ | ||
"name": "@aesthetic/types", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Reusable TypeScript types for Aesthetic packages.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9d6593c7c3986acc0b510037dd7d6aafbb0caf5b" | ||
"gitHead": "4ad762397a9e6b7d3cc2b83d8fc7b3d1172a197b" | ||
} |
Sorry, the diff of this file is not supported yet
5983
54