fix lint @typescript-eslint/ban-types
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user