版博士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.
 
 
 
 

11 lines
311 B

  1. import { Factory, FactoryOutput } from './types.js';
  2. import * as rollup from 'rollup';
  3. import 'unplugin';
  4. import 'webpack';
  5. import 'vite';
  6. import 'esbuild';
  7. declare const getRollupPlugin: <UserOptions>(factory: Factory<UserOptions>) => FactoryOutput<UserOptions, rollup.Plugin[]>;
  8. export { getRollupPlugin };