chore: update components.d.ts

This commit is contained in:
Matthias 2024-11-23 13:03:16 +01:00
parent 576523101e
commit 1c07955900

3
src/components.d.ts vendored
View File

@ -190,4 +190,7 @@ declare module 'vue' {
TradesLogChart: typeof import('./components/charts/TradesLogChart.vue')['default']
ValuePair: typeof import('./components/general/ValuePair.vue')['default']
}
export interface ComponentCustomProperties {
vBToggle: typeof import('bootstrap-vue-next/directives/BToggle')['vBToggle']
}
}