@chakra-ui/react-types
Advanced tools
Comparing version 0.0.0-dev-20220813083358 to 0.0.0-dev-20220820124231
{ | ||
"name": "@chakra-ui/react-types", | ||
"version": "0.0.0-dev-20220813083358", | ||
"version": "0.0.0-dev-20220820124231", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -58,3 +58,3 @@ export interface AriaLabelingProps { | ||
type DataAttributes = { | ||
[K in `data-${string}`]?: string | boolean | number | null | ||
[dataAttr: string]: any | ||
} | ||
@@ -61,0 +61,0 @@ |
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
4348