Skip to main content
Version: 19.4.1

Handler type

Signature:

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