mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
feat(core,theme): useRouteContext + HtmlClassNameProvider (#6933)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
9b4ba78f45
commit
8a1421a938
14 changed files with 235 additions and 25 deletions
|
@ -135,6 +135,11 @@ export {isRegexpStringMatch} from './utils/regexpUtils';
|
|||
|
||||
export {useHomePageRoute} from './utils/routesUtils';
|
||||
|
||||
export {
|
||||
HtmlClassNameProvider,
|
||||
PluginHtmlClassNameProvider,
|
||||
} from './utils/metadataUtilsTemp';
|
||||
|
||||
export {useColorMode, ColorModeProvider} from './utils/colorModeUtils';
|
||||
export {
|
||||
useTabGroupChoice,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue