frets-styles-generator
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -266,3 +266,3 @@ var __defProp = Object.defineProperty; | ||
public beforeClick<T>(handler: <T>(e: React.MouseEvent<T>) => void) { | ||
public beforeClick(handler: <T>(e: React.MouseEvent<T>) => void) { | ||
const oldFn = this.h | ||
@@ -269,0 +269,0 @@ this.h = <T>(...children: BaseStyleArgs<T>) => { |
{ | ||
"name": "frets-styles-generator", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Tool that generates a Typescript class for hyperscript functions based on a CSS file", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
8269049
30