Skip to content

Commit 8976f53

Browse files
committed
feat: export core
1 parent 24c8fef commit 8976f53

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/core/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export * from "./context"
2+
export * from "./directive"
3+
export * from "./directives"
4+
export * from "./unplugin"

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
export * from './types'
2-
export * from './core/directive'
3-
export { default } from './core/unplugin'
4-
export * from './core/directives'
2+
export * from './core'

0 commit comments

Comments
 (0)