@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20240402212239 to 0.0.0-dev-20240402215554
@@ -48,2 +48,3 @@ import type { RecipeRule } from './static-css' | ||
): [RecipeSelection<T>, Pretty<DistributiveOmit<Props, keyof T>>] | ||
getVariantProps: (props?: RecipeSelection<T>) => RecipeSelection<T> | ||
} | ||
@@ -125,3 +126,3 @@ | ||
variantMap: RecipeVariantMap<T> | ||
splitVariantProps<Props extends RecipeSelection<T>>(props: Props): [RecipeSelection<T>, Pretty<Omit<Props, keyof T>>] | ||
getVariantProps: (props?: RecipeSelection<T>) => RecipeSelection<T> | ||
} | ||
@@ -128,0 +129,0 @@ |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20240402212239", | ||
"version": "0.0.0-dev-20240402215554", | ||
"description": "The types for css panda", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.d.ts", | ||
"ts-morph": "21.0.1", | ||
"@pandacss/extractor": "0.0.0-dev-20240402212239" | ||
"@pandacss/extractor": "0.0.0-dev-20240402215554" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
964610
22688