Skip to content

Commit

Permalink
fix(ts): export types from entry point (#4834)
Browse files Browse the repository at this point in the history
This was changed in #4829, as i thought it was a mistake (like most of the other entries in that fake file), but /types is required
  • Loading branch information
Haroenv committed Aug 17, 2021
1 parent 50d9a22 commit 3014e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ import { connectSearchBox } from 'instantsearch.js/es/connectors'`
});

export default instantsearch;

export * from './types';

0 comments on commit 3014e84

Please sign in to comment.