@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20230113114004 to 0.0.0-dev-20230113160423
export type { ConditionDetails, ConditionType, Conditions, RawCondition } from './conditions' | ||
export type { Config, UserConfig } from './config' | ||
export type { PropertyConfig, PropertyTransform, PropertyValues, UtilityConfig } from './utility' | ||
export type { SystemStyleObject, CssKeyframes } from './system-types' | ||
export type { SystemStyleObject, CssKeyframes, GlobalStyleObject } from './system-types' | ||
export type { PatternConfig, PatternProperty, PatternHelpers } from './pattern' | ||
@@ -6,0 +6,0 @@ export type { RecipeConfig, RecipeVariant } from './recipe' |
@@ -10,3 +10,3 @@ import type { LiteralUnion } from './shared' | ||
export type PropertyTransform = (value: any, token: Getter) => NestedCssProperties | ||
export type PropertyTransform = (value: any, token: Getter) => NestedCssProperties | undefined | ||
@@ -13,0 +13,0 @@ export type PropertyConfig = { |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230113114004", | ||
"version": "0.0.0-dev-20230113160423", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
880241