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