Skip to main content
Version: 23.8.0

Handler 类型

¥Handler type

签名

¥Signature

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