@css-panda/types
Advanced tools
Comparing version 0.0.0-dev-20221016085457 to 0.0.0-dev-20221026040851
{ | ||
"name": "@css-panda/types", | ||
"version": "0.0.0-dev-20221016085457", | ||
"version": "0.0.0-dev-20221026040851", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "src/index.d.ts", |
@@ -22,3 +22,3 @@ import type { LayerStyles, TextStyles } from './composition' | ||
*/ | ||
extends?: string[] | ||
presets?: string[] | ||
/** | ||
@@ -25,0 +25,0 @@ * Whether to include css reset styles in the generated css. |
@@ -18,2 +18,6 @@ import type { CssProperty, ConditionCssProperties } from './panda-csstype' | ||
/** | ||
* The description of the pattern. This will be used in the JSDoc comment. | ||
*/ | ||
description?: string | ||
/** | ||
* The properties of the pattern. | ||
@@ -20,0 +24,0 @@ */ |
@@ -26,2 +26,6 @@ import type { CssProperties, WithNesting } from './panda-csstype' | ||
} | ||
/** | ||
* The description of the recipe. This will be used in the JSDoc comment. | ||
*/ | ||
description?: string | ||
} |
897965
20642