1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 14:28:53 +09:00
cherrypick/packages/frontend/vue-shims.d.ts
2023-12-13 13:28:20 +09:00

7 lines
169 B
TypeScript

/* eslint-disable */
declare module "*.vue" {
import { defineComponent } from "vue";
const component: ReturnType<typeof defineComponent>;
export default component;
}