export type EventHandler = (ev: Event) => void export interface TaroEvent extends Event { srcElement: T | null target: T detail: D }