mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
feat: maintain page position for clicked grouped tabs (#5618)
Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
4a4f8497b3
commit
7868df13f1
10 changed files with 260 additions and 118 deletions
|
@ -79,3 +79,10 @@ export {default as useTOCHighlight} from './utils/useTOCHighlight';
|
|||
export type {TOCHighlightConfig} from './utils/useTOCHighlight';
|
||||
|
||||
export {useTOCFilter} from './utils/tocUtils';
|
||||
|
||||
export {
|
||||
ScrollControllerProvider,
|
||||
useScrollController,
|
||||
useScrollPosition,
|
||||
useScrollPositionBlocker,
|
||||
} from './utils/scrollUtils';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue