mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-07 05:02:45 +08:00
16 lines
357 B
TypeScript
16 lines
357 B
TypeScript
declare module '*.vue' {
|
|
import type { DefineComponent } from 'vue'
|
|
|
|
const component: DefineComponent<{}, {}, any>
|
|
export default component
|
|
}
|
|
|
|
|
|
declare module 'vue-prism-component' {
|
|
import { ComponentOptions } from 'vue'
|
|
const component: ComponentOptions
|
|
export default component
|
|
}
|
|
declare module 'vue-shepherd';
|
|
declare module 'colorthief';
|