mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-18 01:32:50 +00:00
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
declare module "*.vue" {
|
|
import type { DefineComponent } from "vue";
|
|
const component: DefineComponent<{}, {}, any>;
|
|
|
|
export default component;
|
|
}
|