blob: 55b95db23ca79d446f496e2895eecd2c7dcb257c (
plain)
1
2
3
4
5
6
7
8
|
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'v-lazy-image';
|