fix(theme-classic): fix SkipToContent without JS , refactor, make it public theming API (#8204)

Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
mturoci 2022-10-19 18:27:08 +02:00 committed by GitHub
parent 22c90cb7c7
commit aa4fa66794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 124 additions and 78 deletions

View file

@ -117,6 +117,5 @@ export {
export {useLockBodyScroll} from './hooks/useLockBodyScroll';
export {useSearchPage} from './hooks/useSearchPage';
export {useCodeWordWrap} from './hooks/useCodeWordWrap';
export {useSkipToContent} from './hooks/useSkipToContent';
export {getPrismCssVariables} from './utils/codeBlockUtils';
export {useBackToTopButton} from './hooks/useBackToTopButton';