Skip to main content
Version: 19.1.2

Handler type

Signature:

declare type Handler<T = any> = (event?: T) => void;