chore: remove vue declaration

This commit is contained in:
Julien Calixte
2025-08-12 16:05:18 +02:00
parent e0e44c135f
commit 13bd1cb788

5
src/shims-vue.d.ts vendored
View File

@@ -1,6 +1 @@
declare module '*.vue' {
import { defineComponent } from 'vue'
const component: ReturnType<typeof defineComponent>
export default component
}
declare module 'chart.xkcd'