Skip to content

Instantly share code, notes, and snippets.

View Tocas97's full-sized avatar

António Sousa Tocas97

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;