feat(search-algolia): algolia externalUrl regex to navigate with window.href (#5795)

This commit is contained in:
Sergio Moreno 2021-10-29 19:53:47 +02:00 committed by GitHub
parent 8c12983a2a
commit adbc02ea38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 69 additions and 17 deletions

View file

@ -93,3 +93,5 @@ export {
useIsomorphicLayoutEffect,
useDynamicCallback,
} from './utils/reactUtils';
export {isRegexpStringMatch} from './utils/regexpUtils';