diff --git a/packages/autocomplete-plugin-recent-searches/src/index.ts b/packages/autocomplete-plugin-recent-searches/src/index.ts index 1b42415a5..6fdf51597 100644 --- a/packages/autocomplete-plugin-recent-searches/src/index.ts +++ b/packages/autocomplete-plugin-recent-searches/src/index.ts @@ -3,3 +3,4 @@ export * from './createLocalStorageRecentSearchesPlugin'; export * from './createRecentSearchesPlugin'; export * from './getTemplates'; export * from './search'; +export * from './createLocalStorage';