diff --git a/src/index.es.ts b/src/index.es.ts index 9427896485..1f906b1fd2 100644 --- a/src/index.es.ts +++ b/src/index.es.ts @@ -103,3 +103,5 @@ import { connectSearchBox } from 'instantsearch.js/es/connectors'` }); export default instantsearch; + +export * from './types';