diff --git a/types/react-instantsearch-core/index.d.ts b/types/react-instantsearch-core/index.d.ts index ed0241ffad..bc968f519d 100644 --- a/types/react-instantsearch-core/index.d.ts +++ b/types/react-instantsearch-core/index.d.ts @@ -320,7 +320,7 @@ export type HighlightProps = HighlightProvided & HighlightPass export function connectHighlight(stateless: React.StatelessComponent>): React.ComponentClass>; export function connectHighlight>, TDoc>(ctor: React.ComponentType): ConnectedComponentClass>; -interface HitsProvided { +export interface HitsProvided { /** the records that matched the search state */ hits: Array>; }