Skip to content

Commit 543a426

Browse files
committed
types(unplugin): remove vite type deps for raw.ts
1 parent 45a9531 commit 543a426

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/unplugin/src/raw.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
import { plugin } from './core/plugin'
22
import type { Options } from './types'
3-
import type { UnpluginFactoryOutput } from 'unplugin'
43

5-
export default plugin as unknown as UnpluginFactoryOutput<
6-
Options | undefined,
7-
false
8-
>
4+
export default plugin as (options?: Options) => any

0 commit comments

Comments
 (0)