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

@@ -11,7 +11,7 @@
export let isOver: boolean = false
const { settings: { switcher_links } } = getContext('global')
const { settings: { switcher_links }}: any = getContext('global')
let switcherEl: HTMLElement
let isOpen = false