@bearei/react-util
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -9,2 +9,2 @@ export declare type DefaultEvent = { | ||
export declare const handleDefaultEvent: HandleDefaultEvent; | ||
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, (e: unknown) => void>; | ||
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, C>; |
@@ -9,2 +9,2 @@ export declare type DefaultEvent = { | ||
export declare const handleDefaultEvent: HandleDefaultEvent; | ||
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, (e: unknown) => void>; | ||
export declare const bindEvents: <T extends string, C = (e: unknown) => void>(names: T[], match: (key: T) => C) => Record<T, C>; |
{ | ||
"name": "@bearei/react-util", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts", |
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
89529