Fix eslint error and update svelte related stuff
This commit is contained in:
4
apps/website/src/app.d.ts
vendored
4
apps/website/src/app.d.ts
vendored
@@ -57,7 +57,7 @@ declare interface smoothScrollOptions {
|
||||
hash: string
|
||||
changeHash?: boolean
|
||||
event?: MouseEvent
|
||||
callback?: Function
|
||||
callback?: () => void
|
||||
}
|
||||
|
||||
|
||||
@@ -87,4 +87,4 @@ declare type TransitionOptions = {
|
||||
stagger?: number
|
||||
delay?: number
|
||||
easing?: string | Easing
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user