Comparing version 3.4.6 to 3.4.7
@@ -28,5 +28,5 @@ import { type JBInputWebComponent } from "./jb-input"; | ||
} | ||
export type EventTypeWithTarget<TEvent, TTarget> = TEvent & { | ||
export type EventTypeWithTarget<TEvent, TTarget extends HTMLElement> = TEvent & { | ||
target: TTarget; | ||
}; | ||
export type JBInputEventType<TEvent> = EventTypeWithTarget<TEvent, JBInputWebComponent>; |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "3.4.6", | ||
"version": "3.4.7", | ||
"bugs": "https://github.com/javadbat/jb-input/issues", | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
268400