frontend/.pnpm-store/v3/files/df/b4a66ab8247062ecc9c1b43140f6c5d76b2ba6ad7ab7eb7ac51ee5d165c0bf64faa742df98cc6287ffd0223a0a8dc65b457a937d71070e06a4110e4dd45dad

8 lines
207 B
Plaintext

import type Context from '../Context';
export default class Search {
private globalSearch;
constructor(context: Context);
set(value: string, scope?: string[]): void;
remove(): void;
}