UNPKG

happy-dom

Version:

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

6 lines 238 B
import EventTarget from '../EventTarget.cjs'; import IUIEventInit from '../IUIEventInit.cjs'; export default interface IFocusEventInit extends IUIEventInit { relatedTarget?: EventTarget; } //# sourceMappingURL=IFocusEventInit.d.ts.map