refactor(website): refactor showcase components (#10023)

This commit is contained in:
Sébastien Lorber 2024-04-10 10:42:27 +02:00 committed by GitHub
parent 73016d4936
commit 964a4e458e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 727 additions and 826 deletions

View file

@ -98,6 +98,13 @@ export {useDocsPreferredVersion} from './contexts/docsPreferredVersion';
export {processAdmonitionProps} from './utils/admonitionUtils';
export {
useHistorySelector,
useQueryString,
useQueryStringList,
useClearQueryString,
} from './utils/historyUtils';
export {
SkipToContentFallbackId,
SkipToContentLink,