We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5919124 commit ba206e6Copy full SHA for ba206e6
packages/unplugin/src/raw.ts
@@ -1,2 +1,5 @@
1
import { plugin } from './core/plugin'
2
-export default plugin
+import type { Options } from './types'
3
+import type { UnpluginFactoryOutput } from 'unplugin'
4
+
5
+export default plugin as unknown as UnpluginFactoryOutput<Options, false>
0 commit comments