lndsld

Home > @lndsld/react-hooks > EventCallback

EventCallback type

Event handler declaration

Signature:

export declare type EventCallback<P extends unknown[]> = (...parameters: P) => void;