Skip to main content
Version: 18.0.1

Handler type

Signature:

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