mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
declare module '*.vue' {
|
|
// eslint-disable-next-line
|
|
import { DefineComponent } from 'vue';
|
|
const Component: DefineComponent;
|
|
export default Component;
|
|
}
|