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