mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
fix(theme): refactor Tabs, make groupId + queryString work fine together (#8486)
This commit is contained in:
parent
949158d35b
commit
9c860ce419
12 changed files with 505 additions and 356 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue