fix lint @typescript-eslint/ban-types

This commit is contained in:
Johann150 2022-07-04 16:46:48 +02:00
parent d748ba2c51
commit a228d1ddaa
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
5 changed files with 7 additions and 10 deletions

View file

@ -8,7 +8,7 @@ export class Autocomplete {
x: Ref<number>;
y: Ref<number>;
q: Ref<string | null>;
close: Function;
close: () => void;
} | null;
private textarea: HTMLInputElement | HTMLTextAreaElement;
private currentType: string;