@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20230125122503 to 0.0.0-dev-20230125141042
@@ -11,2 +11,4 @@ import type { LayerStyles, TextStyles } from './composition' | ||
export type Preset = Pick<Config, 'utilities' | 'theme' | 'patterns' | 'presets' | 'conditions'> | ||
type Studio = { | ||
@@ -50,3 +52,3 @@ title: string | ||
*/ | ||
presets?: string[] | ||
presets?: (string | Preset)[] | ||
/** | ||
@@ -53,0 +55,0 @@ * Whether to include css reset styles in the generated css. |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230125122503", | ||
"version": "0.0.0-dev-20230125141042", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
881529
20512