1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-20 23:21:29 +03:00
VueTorrent/env.d.ts

10 lines
173 B
TypeScript
Raw Normal View History

declare module '*.vue' {
import Vue from 'vue'
export default Vue
}
2022-11-15 11:52:45 +01:00
declare module 'vuetify/lib/framework' {
2022-11-15 12:08:54 +01:00
import Vuetify from 'vuetify'
export default Vuetify
2022-11-15 11:52:45 +01:00
}