版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

vite.d.ts 189 B

123456
  1. import * as vite from 'vite';
  2. import { PluginOptions } from './types.js';
  3. declare const _default: (options: PluginOptions) => vite.Plugin | vite.Plugin[];
  4. export { _default as default };