feat(theme): create more generic ThemedComponent util from ThemedImage (#8890)

This commit is contained in:
Sébastien Lorber 2023-04-13 15:29:02 +01:00 committed by GitHub
parent 14586895ae
commit f76fc1bfac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 31 deletions

View file

@ -24,6 +24,8 @@ export {
type ColorModeConfig,
} from './utils/useThemeConfig';
export {default as ThemedComponent} from './components/ThemedComponent';
export {
createStorageSlot,
useStorageSlot,