[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-05-16 05:44:54 +00:00
committed by GitHub
parent a519f8b179
commit c8bea81052
+1
View File
@@ -1,5 +1,6 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue';
// biome-ignore lint/suspicious/noExplicitAny: Vue component
// biome-ignore lint/complexity/noBannedTypes: Vue component type definition
const component: DefineComponent<{}, {}, any>;