Skip to main content
Version: 24.4.0

Handler 类型

¥Handler type

签名

¥Signature

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