UNPKG

@appbaseio/reactivesearch-vue

Version:

A Vue UI components library for building search experiences

11 lines (8 loc) 211 B
export interface ResultCardProps { target?: string; children: JSX.Element; href?: string; id?: string|number; } declare function ResultCard(props: ResultCardProps): JSX.Element; export default ResultCard;