mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
ignore types
This commit is contained in:
3
src/declaration.d.ts
vendored
3
src/declaration.d.ts
vendored
@@ -14,7 +14,7 @@ declare namespace Chai {
|
||||
interface HTMLInputElement {
|
||||
showPicker: () => void;
|
||||
}
|
||||
|
||||
/* eslint-disable */
|
||||
interface CloseWatcher extends EventTarget {
|
||||
new (options?: CloseWatcherOptions): CloseWatcher;
|
||||
requestClose(): void;
|
||||
@@ -34,3 +34,4 @@ interface CloseWatcherOptions {
|
||||
declare interface Window {
|
||||
CloseWatcher?: CloseWatcher;
|
||||
}
|
||||
/* eslint-enable */
|
||||
|
||||
Reference in New Issue
Block a user