mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-28 13:26:38 +02:00
Add initial files
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare module '*.vue' {
|
||||
import type {DefineComponent} from 'vue';
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types, @typescript-eslint/no-explicit-any
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user