blob: eac132a1daeb8f14c50cfc563871170a7ac93297 (
plain) (
tree)
|
|
declare module "*.vue" {
import type { DefineComponent } from "vue"
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const component: DefineComponent<{}, {}, any>
export default component
}
|