Skip to main content
Version: Next

Handler type

Signature:

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