Skip to main content
Version: 18.0.3

Handler type

Signature:

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