fix lint @typescript-eslint/ban-types
This commit is contained in:
parent
d748ba2c51
commit
a228d1ddaa
5 changed files with 7 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue