fix(files): Add declaration for `$navigation`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/42992/head
Ferdinand Thiessen 4 months ago
parent 7c79521cbe
commit f92865e2a2
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400

@ -0,0 +1,7 @@
import type { Navigation } from '@nextcloud/files'
declare module 'vue/types/vue' {
interface Vue {
$navigation: Navigation
}
}
Loading…
Cancel
Save