@bamboocss/is-valid-prop 1.12.2 → 1.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ //#region src/index.d.ts
2
+ declare const allCssProperties: string[];
3
+ declare const isCssProperty: (value: string) => boolean;
4
+ //#endregion
5
+ export { allCssProperties, isCssProperty };
@@ -0,0 +1,5 @@
1
+ //#region src/index.d.ts
2
+ declare const allCssProperties: string[];
3
+ declare const isCssProperty: (value: string) => boolean;
4
+ //#endregion
5
+ export { allCssProperties, isCssProperty };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/is-valid-prop",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "Common error messages for css bamboo",
5
5
  "homepage": "https://bamboo-css.com",
6
6
  "license": "MIT",