fix(theme): refactor Tabs, make groupId + queryString work fine together (#8486)

This commit is contained in:
Sébastien Lorber 2022-12-29 12:41:53 +01:00 committed by GitHub
parent 949158d35b
commit 9c860ce419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 505 additions and 356 deletions

View file

@ -24,7 +24,11 @@ export {
type ColorModeConfig,
} from './utils/useThemeConfig';
export {createStorageSlot, listStorageKeys} from './utils/storageUtils';
export {
createStorageSlot,
useStorageSlot,
listStorageKeys,
} from './utils/storageUtils';
export {useContextualSearchFilters} from './utils/searchUtils';