Add hook for hideable scrollbar

This commit is contained in:
jeffvli 2023-02-08 03:44:05 -08:00
parent 8b5e463546
commit 147b155d60
3 changed files with 30 additions and 0 deletions

View file

@ -3,3 +3,4 @@ export * from './use-is-mounted';
export * from './use-should-pad-titlebar';
export * from './use-container-query';
export * from './use-fast-average-color';
export * from './use-hide-scrollbar';