frets-styles-generator
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -312,3 +312,3 @@ var __defProp = Object.defineProperty; | ||
} | ||
export function $onClick(fn: React.MouseEventHandler<T>) { | ||
export function $onClick<T>(fn: React.MouseEventHandler<T>) { | ||
return (child: BaseStyles, ...children: BaseStyleArgs<T>) => { | ||
@@ -315,0 +315,0 @@ const firstChild = children[0] |
{ | ||
"name": "frets-styles-generator", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"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
8268910