fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (#8971)

This commit is contained in:
Sébastien Lorber 2023-05-12 12:18:34 +02:00 committed by GitHub
parent 3170515c89
commit 905fe7f4b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 6 deletions

View file

@ -45,6 +45,8 @@ export {useCollapsible, Collapsible} from './components/Collapsible';
export {ThemeClassNames} from './utils/ThemeClassNames';
export {prefersReducedMotion} from './utils/accessibilityUtils';
export {
useIsomorphicLayoutEffect,
useEvent,