mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
1. Update react-instantsearch URL. 2. backbone-fetch-cache has a type-aware lint rule that was affected by a change in backbone. It's a dumb rule, but since CI only runs expectRule for dependents, we didn't catch it on checkin. Now that we're running on Azure, maybe we should run all lint rules for dependents during CI.
11 lines
549 B
TypeScript
11 lines
549 B
TypeScript
// Type definitions for react-instantsearch 5.2
|
|
// 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';
|