mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-06 03:57:47 +08:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module '*.vue' {
|
|
import { DefineComponent } from 'vue';
|
|
const Component: DefineComponent<{}, {}, any>;
|
|
export default Component;
|
|
}
|