Add scroll controller

This commit is contained in:
2023-09-08 17:45:37 +08:00
parent 2c09a914ca
commit feebd963a8
7 changed files with 147 additions and 18 deletions

5
src/vite-env.d.ts vendored
View File

@@ -6,11 +6,6 @@ type RouteHandle = {
auth?: boolean
}
interface FitFullscreenProps extends PropsWithChildren {
zIndex?: number
backgroundColor?: string
}
type _Response<T> = {
code: number
msg: string