Skip to content

Commit 6e49e52

Browse files
authored
feat(types): export Rollup namespace (#12316)
1 parent e57cacf commit 6e49e52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vite/src/node/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import type * as Rollup from 'rollup'
2+
3+
export type { Rollup }
14
export * from './config'
25
export { createServer } from './server'
36
export { preview } from './preview'

0 commit comments

Comments
 (0)