Interface AutocompleteProps

Hierarchy

  • AutocompleteProps

Properties

Properties

history?: {
    item: string;
}[]

Type declaration

  • item: string
response?: {
    keywords: {
        hits: SearchKeyword[];
    };
    products: {
        hits: SearchProduct[];
    };
}

The response from the autocomplete API.

Type declaration

Generated using TypeDoc