mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react-instantsearch] update to v6 - createIndex & createInstantSearch no longer exist, replaced by the component in -core - InstantSearch no longer accepts appId & apiKey - InstantSearch no longer accepts `root` (& neither Index, but that wasn't typed) - /server API has changed, now exposes directly `findResultsState` * fix small typo things * update native tests * declare newer stuff * prevent error * interfaces are required apparently * Update types/react-instantsearch-core/index.d.ts * Update types/react-instantsearch-dom/index.d.ts * fix lint? * remove failing test * hmm * hmm this test is weird but that's ok * old typescript
11 lines
549 B
TypeScript
11 lines
549 B
TypeScript
// Type definitions for react-instantsearch 6.3
|
|
// Project: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react
|
|
// Definitions by: Gordon Burgett <https://github.com/gburgett>
|
|
// Justin Powell <https://github.com/jpowell>
|
|
// Haroen Viaene <https://github.com/haroenv>
|
|
// Samuel Vaillant <https://github.com/samouss>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.9
|
|
|
|
export { createConnector } from 'react-instantsearch-core';
|