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

Commit e6343b3

Browse files
committed
fix(types): add more types entry
1 parent df21484 commit e6343b3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import './shims'
2+
export * from './dist/types'

unplugin.ts

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

0 commit comments

Comments
 (0)