Skip to content

Instantly share code, notes, and snippets.

View amsousa97's full-sized avatar

António Sousa amsousa97

  • Critical Manufacturing
  • Portugal
View GitHub Profile
declare module "vue-instantsearch" {
import Vue from "vue";
import { InstantSearch, InstantSearchOptions } from "instantsearch.js/es/types/instantsearch";
import { SearchClient } from "instantsearch.js/es/types/algoliasearch";
export interface SearchItem {
value: string;
count: number;
label: string;
isRefined: boolean;