Add any types for getContext data

This commit is contained in:
2022-09-01 10:57:45 +02:00
parent 7e46350106
commit 945d7f09d7
13 changed files with 44 additions and 44 deletions

View File

@@ -6,7 +6,7 @@
import { navigating } from '$app/stores'
import { onMount, afterUpdate } from 'svelte'
import type { PageData } from './$types'
import { scroll, animate, inView, type ScrollOptions, timeline, stagger } from 'motion'
import { scroll, animate, inView, type ScrollOptions, timeline } from 'motion'
import { map } from '$utils/functions'
import { getAssetUrlKey } from '$utils/api'
import { DELAY } from '$utils/contants'