2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-06-11 18:12:27 +03:00
Files
vue-cron-editor-bootstrap/src/shims-vue.d.ts
T
Alex Freitas cd320bb0ac Firts version
2020-05-21 15:42:12 -03:00

5 lines
78 B
TypeScript

declare module "*.vue" {
import Vue from "vue";
export default Vue;
}