Files
kintone-data-aggregator-plugin/env.d.ts

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;
}