|
- import * as _unplugin from 'unplugin';
- import { PluginOptions } from './types.js';
- export { PluginOptions, SFCLangFormat } from './types.js';
-
- declare const unplugin: _unplugin.UnpluginInstance<PluginOptions, boolean>;
-
- export { unplugin as default, unplugin };
|