@aesthetic/types
Advanced tools
Comparing version 0.5.0 to 0.5.1
import CSSType from 'csstype'; | ||
export type { CSSType }; | ||
export declare type CSS = string; | ||
@@ -3,0 +4,0 @@ export declare type Value = number | string; |
{ | ||
"name": "@aesthetic/types", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Reusable TypeScript types for Aesthetic packages.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dd20a1ddf36757a97401cff73f7f994b592bfa93" | ||
"gitHead": "2eaa33fd8ca72a6fd657d9b1375c7caa2f346af4" | ||
} |
// eslint-disable-next-line import/no-unresolved | ||
import CSSType from 'csstype'; | ||
export type { CSSType }; | ||
export type CSS = string; | ||
@@ -5,0 +7,0 @@ |
13285
306