UNPKG

@appbaseio/reactivesearch-vue

Version:

A Vue UI components library for building search experiences

12 lines (9 loc) 234 B
export interface ResultListProps { target?: string; href?: string; children: JSX.Element; small?: boolean; id?: string|number; } declare function ResultList(props: ResultListProps): JSX.Element export default ResultList;