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

9 lines
341 B

  1. import * as unplugin$1 from 'unplugin';
  2. import { Options } from './types.js';
  3. export { CustomCompiler, CustomIconLoader, IconCustomizer, InlineCollection, ResolvedOptions } from './types.js';
  4. import '@antfu/utils';
  5. declare const unplugin: unplugin$1.UnpluginInstance<Options | undefined, boolean>;
  6. export { Options, unplugin as default };