Add prevent scroll control to HideScrollbar

This commit is contained in:
2023-09-11 17:49:08 +08:00
parent 7b34de52da
commit 7d7450ddd9
5 changed files with 92 additions and 15 deletions

View File

@@ -35,11 +35,6 @@ export default defineConfig({
from: 'react-router',
imports: ['RouteObject'],
type: true
},
{
from: 'react',
imports: ['PropsWithChildren', 'RefObject'],
type: true
}
],