Skip to content

Commit

Permalink
Re-export useTranslation for downstream consumers to share the react-…
Browse files Browse the repository at this point in the history
…i18next provider that mirador initializes
  • Loading branch information
cbeer committed Feb 7, 2025
1 parent 0e47e01 commit 3041f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from './extend';
export * from './lib';
export * from './plugins';
export { default as settings } from './config/settings';
export { useTranslation } from 'react-i18next';

export default {
...init,
Expand Down

0 comments on commit 3041f40

Please sign in to comment.