fix(files): Add declaration for `$navigation`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>pull/42992/head
parent
7c79521cbe
commit
f92865e2a2
@ -0,0 +1,7 @@
|
|||||||
|
import type { Navigation } from '@nextcloud/files'
|
||||||
|
|
||||||
|
declare module 'vue/types/vue' {
|
||||||
|
interface Vue {
|
||||||
|
$navigation: Navigation
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue