export interface UIEvent extends Omit { currentTarget: EventTarget & HTMLInputElement key?: string target?: any }