axios-miniprogram/docs/global.d.ts

6 lines
137 B
TypeScript
Raw Permalink Normal View History

2023-04-14 16:38:25 +08:00
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const component: DefineComponent;
export default component;
}