10 lines
267 B
TypeScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
import * as rollup from 'rollup';
import { Options } from './types.js';
import '@antfu/utils';
import '@rollup/pluginutils';
import 'unplugin';
declare const _default: (options: Options) => rollup.Plugin<any> | rollup.Plugin<any>[];
export { _default as default };