refactor: extract useSkipToContent() (#7269)

This commit is contained in:
Sébastien Lorber 2022-04-29 19:16:02 +02:00 committed by GitHub
parent fe286f1833
commit 3bef88232f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 29 deletions

View file

@ -57,6 +57,8 @@ export {
useLayoutDocsSidebar,
} from './utils/docsUtils';
export {useSkipToContent} from './utils/a11yUtils';
export {useTitleFormatter} from './utils/generalUtils';
export {usePluralForm} from './utils/usePluralForm';