2023-11-19 12:04:11 +00:00
|
|
|
/* eslint-disable ts/consistent-type-imports */
|
2023-11-12 16:42:57 +00:00
|
|
|
declare module "*.vue" {
|
2023-11-19 12:04:11 +00:00
|
|
|
const component: import("vue").Component;
|
2023-11-12 16:42:57 +00:00
|
|
|
export default component;
|
|
|
|
}
|