Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 8357d2e

Browse files
committed
fix: sub module types
1 parent 3f5dcf5 commit 8357d2e

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

nuxt.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import './global'
22
export * from './dist/nuxt'
3+
export { default } from './dist/nuxt'

rollup-plugin.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import './global'
2+
export * from './dist/rollup-plugin'
3+
export { default } from './dist/rollup-plugin'

vite-plugin.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import './global'
22
export * from './dist/vite-plugin'
3+
export { default } from './dist/vite-plugin'

webpack-plugin.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import './global'
22
export * from './dist/webpack-plugin'
3+
export { default } from './dist/webpack-plugin'

0 commit comments

Comments
 (0)