@bamboocss/is-valid-prop
Advanced tools
+1
-1
| { | ||
| "name": "@bamboocss/is-valid-prop", | ||
| "version": "1.12.0", | ||
| "version": "1.12.1", | ||
| "description": "Common error messages for css bamboo", | ||
@@ -5,0 +5,0 @@ "homepage": "https://bamboo-css.com", |
| //#region src/index.d.ts | ||
| declare const allCssProperties: string[]; | ||
| declare const isCssProperty: (value: string) => boolean; | ||
| //#endregion | ||
| export { allCssProperties, isCssProperty }; |
| //#region src/index.d.ts | ||
| declare const allCssProperties: string[]; | ||
| declare const isCssProperty: (value: string) => boolean; | ||
| //#endregion | ||
| export { allCssProperties, isCssProperty }; |
18969
-1.86%4
-33.33%