@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20230106112845 to 0.0.0-dev-20230106183338
import type * as CSS from './csstype' | ||
type Dict<T = unknown> = Record<string, T> | ||
type Dict = Record<string, unknown> | ||
type String = string & {} | ||
type Number = number & {} | ||
// list of aria states selectors | ||
type AriaAttributes = | ||
@@ -11,0 +8,0 @@ | '[aria-disabled]' |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20230106112845", | ||
"version": "0.0.0-dev-20230106183338", | ||
"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
880918
20494