@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20230109083220 to 0.0.0-dev-20230109090050
@@ -17,4 +17,8 @@ export type Primitive = string | number | boolean | null | undefined | ||
export type Extendable<T> = T & { extend?: T } | ||
type DeepPartial<T> = { | ||
[P in keyof T]+?: DeepPartial<T[P]> | ||
} | ||
export type Extendable<T> = T | { extend?: T | DeepPartial<T> } | ||
type Nullable<T> = T | null | undefined | ||
@@ -21,0 +25,0 @@ |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230109083220", | ||
"version": "0.0.0-dev-20230109090050", | ||
"description": "The types for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
880522
20476