mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 00:57:51 +02:00
feat(theme): create more generic ThemedComponent util from ThemedImage (#8890)
This commit is contained in:
parent
14586895ae
commit
f76fc1bfac
4 changed files with 105 additions and 31 deletions
|
@ -24,6 +24,8 @@ export {
|
|||
type ColorModeConfig,
|
||||
} from './utils/useThemeConfig';
|
||||
|
||||
export {default as ThemedComponent} from './components/ThemedComponent';
|
||||
|
||||
export {
|
||||
createStorageSlot,
|
||||
useStorageSlot,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue