@highlight-ui/utils-commons
Advanced tools
Comparing version 2.0.18 to 2.0.20
@@ -1,9 +0,4 @@ | ||
import { SyntheticEvent, EventHandler } from 'react'; | ||
declare const forkHandlers: < | ||
T extends EventHandler<SyntheticEvent> | undefined | ||
>( | ||
handlers: [T, T, ...T[]], | ||
) => (e: SyntheticEvent) => void; | ||
import { SyntheticEvent } from 'react'; | ||
declare type Handler<V> = ((e: V) => void) | undefined | null; | ||
declare const forkHandlers: <T extends SyntheticEvent<Element, Event>>(handlers: [Handler<T>, Handler<T>, ...Handler<T>[]]) => (e: T) => void; | ||
export default forkHandlers; |
@@ -1,9 +0,4 @@ | ||
import { SyntheticEvent, EventHandler } from 'react'; | ||
declare const forkHandlers: < | ||
T extends EventHandler<SyntheticEvent> | undefined | ||
>( | ||
handlers: [T, T, ...T[]], | ||
) => (e: SyntheticEvent) => void; | ||
import { SyntheticEvent } from 'react'; | ||
declare type Handler<V> = ((e: V) => void) | undefined | null; | ||
declare const forkHandlers: <T extends SyntheticEvent<Element, Event>>(handlers: [Handler<T>, Handler<T>, ...Handler<T>[]]) => (e: T) => void; | ||
export default forkHandlers; |
{ | ||
"name": "@highlight-ui/utils-commons", | ||
"version": "2.0.18", | ||
"version": "2.0.20", | ||
"author": "Personio GmbH & Co. KG", | ||
@@ -18,3 +18,3 @@ "main": "dist/cjs/index.js", | ||
"clean": "rimraf dist node_modules .jest-cache junit.xml", | ||
"build": "sh ./build/run.sh" | ||
"build": "highlight-build" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0df23a84d538f2df9716b9d6eb4ac920619788cf" | ||
"gitHead": "90895a19c85d0eb2fca3f307457a27963b0f72c8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19262
236