whitespace

This commit is contained in:
Cory LaViska
2024-01-23 11:12:47 -05:00
parent e2a64486d0
commit afc6dc1923

View File

@@ -14,6 +14,7 @@ declare namespace Chai {
interface HTMLInputElement {
showPicker: () => void;
}
/* eslint-disable */
interface CloseWatcher extends EventTarget {
new (options?: CloseWatcherOptions): CloseWatcher;