DefinitelyTyped/types/react-instantsearch/index.d.ts
Nathan Shively-Sanders b7f29e99b8
Clean 20190426 (#35020)
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.
2019-04-26 08:11:03 -07:00

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';