Files
website/vuexy-theme-vue-laravel-full-example-typescript/shims.d.ts
2026-02-09 06:43:44 -06:00

15 lines
328 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';