ovdashboard/ui/src/d.ts/shims-ovdashboard.d.ts

11 lines
168 B
TypeScript
Raw Normal View History

2022-09-16 21:28:56 +00:00
import { OVDashboardPlugin } from "@/plugins/ovdashboard";
2022-09-16 21:15:46 +00:00
declare module 'vue/types/vue' {
interface Vue {
2022-09-16 21:28:56 +00:00
$ovdashboard: OVDashboardPlugin;
}
}
export { };