Files
data-fetch-plugin/vue-project/data-fetch-plugin/env.d.ts
2025-02-07 17:55:45 +09:00

9 lines
226 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="kintone" />
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}