feat(theme-classic): toggle code wrap button (#7036)

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
Alexey Pyltsyn 2022-04-22 15:50:27 +03:00 committed by GitHub
parent c3add31ebf
commit 4e4aa6add7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 204 additions and 24 deletions

View file

@ -158,3 +158,4 @@ export {usePrismTheme} from './hooks/usePrismTheme';
export {useLockBodyScroll} from './hooks/useLockBodyScroll';
export {useWindowSize} from './hooks/useWindowSize';
export {useSearchPage} from './hooks/useSearchPage';
export {useCodeWordWrap} from './hooks/useCodeWordWrap';