daofu-large-screen/types/shims-vue.d.ts
2024-01-24 14:15:13 +08:00

8 lines
194 B
TypeScript

declare module "*.vue" {
import { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module "vuedraggable/src/vuedraggable";