refactor: simplify Toggle component (#6049)

This commit is contained in:
Alexey Pyltsyn 2021-12-05 04:31:57 +03:00 committed by GitHub
parent 866babb6ad
commit 58720c93e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 39 deletions

View file

@ -16,6 +16,7 @@ export type {
Footer,
FooterLinks,
FooterLinkItem,
ColorModeConfig,
} from './utils/useThemeConfig';
export {createStorageSlot, listStorageKeys} from './utils/storageUtils';