版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
291 B

  1. import { Plugin } from 'vite';
  2. import { Options, PublicPluginAPI } from './types.js';
  3. import '@rollup/pluginutils';
  4. import 'unplugin';
  5. import '@antfu/utils';
  6. declare const _default: (options?: Options | undefined) => Plugin & {
  7. api: PublicPluginAPI;
  8. };
  9. export { _default as default };