You cannot 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
301 B
TypeScript
11 lines
301 B
TypeScript
import * as unplugin from 'unplugin';
|
|
import { Options } from './types.cjs';
|
|
import '@antfu/utils';
|
|
import '@rollup/pluginutils';
|
|
import 'unimport';
|
|
import 'unimport/dist/shared/unimport.b55a67ec';
|
|
|
|
declare const _default: unplugin.UnpluginInstance<Options, boolean>;
|
|
|
|
export { _default as default };
|