Skip to content

Commit 3014e84

Browse files
committedAug 17, 2021
fix(ts): export types from entry point (#4834)
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
1 parent 50d9a22 commit 3014e84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/index.es.ts

+2
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ import { connectSearchBox } from 'instantsearch.js/es/connectors'`
103103
});
104104

105105
export default instantsearch;
106+
107+
export * from './types';

0 commit comments

Comments
 (0)
Please sign in to comment.