1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-17 05:30:56 +03:00
VueTorrent/env.d.ts
2022-11-15 12:08:54 +01:00

9 lines
173 B
TypeScript

declare module '*.vue' {
import Vue from 'vue'
export default Vue
}
declare module 'vuetify/lib/framework' {
import Vuetify from 'vuetify'
export default Vuetify
}