Skip to main content
Version: 19.3.0

Handler type

Signature:

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