export interface HTMLElEventListener { el: HTMLElement; handler: VoidFunction; }