mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
refactor(theme): move LayoutProviders to Layout/Provider; composeProviders util (#7676)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
90a8ca387e
commit
afc08eef4f
7 changed files with 79 additions and 44 deletions
|
@ -40,6 +40,7 @@ export {
|
|||
useIsomorphicLayoutEffect,
|
||||
useEvent,
|
||||
usePrevious,
|
||||
composeProviders,
|
||||
ReactContextError,
|
||||
} from './utils/reactUtils';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue