initialSearchState.ts 77 B

12345
  1. export default {
  2. queryString: '',
  3. currentIndex: -1,
  4. matchesMap: [],
  5. };