@chakra-ui/vue-utils
Advanced tools
Comparing version 0.0.0-dev-20230215144750 to 0.0.0-dev-20230216010105
# @chakra-ui/vue-utils | ||
## 0.0.0-dev-20230216010105 | ||
### Patch Changes | ||
- a3e70d0b: Create package | ||
## 0.0.0-dev-20230215144750 | ||
@@ -4,0 +10,0 @@ |
/** | ||
* Pattern matching helper | ||
* Credit: | ||
* Adapted from the good folks at @headlessui/vue | ||
*/ | ||
@@ -6,0 +4,0 @@ declare function match<TValue extends string | number = string, TReturnValue = unknown>(value: TValue, lookup: Record<TValue, TReturnValue | ((...args: any[]) => TReturnValue)>, ...args: any[]): TReturnValue; |
{ | ||
"name": "@chakra-ui/vue-utils", | ||
"version": "0.0.0-dev-20230215144750", | ||
"version": "0.0.0-dev-20230216010105", | ||
"main": "dist/chakra-ui-vue-utils.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/chakra-ui-vue-utils.esm.js", |
/** | ||
* Pattern matching helper | ||
* Credit: | ||
* Adapted from the good folks at @headlessui/vue | ||
*/ | ||
@@ -6,0 +4,0 @@ export function match< |
Sorry, the diff of this file is not supported yet
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
65017
44
1721