use typedef for settings

This commit is contained in:
joshuaboud 2022-05-25 17:28:49 -03:00
parent eb8050fd1d
commit 4a39d0e862
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -150,6 +150,9 @@ import ModalPopup from './ModalPopup.vue';
import { AdjustmentsIcon, ChevronRightIcon, ChevronLeftIcon } from '@heroicons/vue/solid';
import { settingsInjectionKey } from '../keys';
/**
* @type {NavigatorSettings}
*/
const defaultSettings = {
directoryView: {
view: 'list',