Skip to content

Commit ba206e6

Browse files
committed
fix(unplugin): correct type for raw.ts
1 parent 5919124 commit ba206e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/unplugin/src/raw.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
import { plugin } from './core/plugin'
2-
export default plugin
2+
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

Comments
 (0)