Browse Source
Merge in VISUAL/fineui from ~TELLER/fineui:master to master * commit '5088ad50306162d0e8d6c718874d85b8d63eb53b': chore: 修改引用es6
Teller
3 years ago
1 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@
|
||||
export type _EventListener = { |
||||
listen: (target: EventTarget, eventType: string, callback: Function) => void |
||||
capture: (target: EventTarget, eventType: string, callback: Function) => void |
||||
listen: (target: EventTarget, eventType: string, callback: Function) => { remove: () => void } |
||||
capture: (target: EventTarget, eventType: string, callback: Function) => { remove: () => void } |
||||
registerDefault: () => void |
||||
} |
Loading…
Reference in new issue