UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

4 lines (3 loc) 329 B
/** @jsx createElement */ import type { RecommendClassNames, RecordWithObjectID, Renderer, RecommendLayoutProps } from '../../types'; export declare function createListComponent({ createElement }: Renderer): <TItem extends RecordWithObjectID>(userProps: RecommendLayoutProps<TItem, Partial<RecommendClassNames>>) => JSX.Element;