UNPKG

apisearch-ui

Version:

Javascript User Interface of Apisearch.

18 lines (16 loc) 315 B
import {Repository} from "apisearch"; import Store from "../../Store"; /** * SortByProps */ export interface SortByProps { target: any; classNames: { container: string, select: string, }; options: any; environmentId?: string; repository?: Repository; store?: Store; }