@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20230110230849 to 0.0.0-dev-20230111183210
@@ -0,1 +1,2 @@ | ||
import type { LiteralUnion } from './shared' | ||
import type { NativeCssProperty, SystemStyleObject } from './system-types' | ||
@@ -40,3 +41,3 @@ import type { TokenCategory } from './tokens' | ||
*/ | ||
blocklist?: NativeCssProperty[] | ||
blocklist?: LiteralUnion<NativeCssProperty>[] | ||
} |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230110230849", | ||
"version": "0.0.0-dev-20230111183210", | ||
"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
880210
20479