Skip to main content
Version: 18.2.1

Handler type

Signature:

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