9 lines
343 B
TypeScript
9 lines
343 B
TypeScript
import * as unplugin$1 from 'unplugin';
|
|
import { Options } from './types.cjs';
|
|
export { CustomCompiler, CustomIconLoader, IconCustomizer, InlineCollection, ResolvedOptions } from './types.cjs';
|
|
import '@antfu/utils';
|
|
|
|
declare const unplugin: unplugin$1.UnpluginInstance<Options | undefined, boolean>;
|
|
|
|
export { Options, unplugin as default };
|