Comparing version 1.0.12 to 1.0.13
@@ -7,3 +7,3 @@ export declare type ClassValue = string | null | boolean | undefined | ClassListDictionary | ClassListArray; | ||
} | ||
export declare const cnb: () => string; | ||
export declare const cnb: (...args: ClassListArray) => string; | ||
export default cnb; |
{ | ||
"name": "cnbuilder", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "dist/cnbuilder.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/cnbuilder.esm.js", |
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
14997