mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
refactor(theme-common): move useDocsPreferredVersion() to public api (#7729)
This commit is contained in:
parent
8a72b769b1
commit
bc0538f6fa
4 changed files with 5 additions and 6 deletions
|
@ -73,3 +73,5 @@ export {isRegexpStringMatch} from './utils/regexpUtils';
|
|||
export {duplicates, uniq} from './utils/jsUtils';
|
||||
|
||||
export {usePrismTheme} from './hooks/usePrismTheme';
|
||||
|
||||
export {useDocsPreferredVersion} from './contexts/docsPreferredVersion';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue