Skip to content

Commit

Permalink
feat: export core
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Sep 28, 2023
1 parent 24c8fef commit 8976f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/core/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from "./context"
export * from "./directive"
export * from "./directives"
export * from "./unplugin"
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export * from './types'
export * from './core/directive'
export { default } from './core/unplugin'
export * from './core/directives'
export * from './core'

0 comments on commit 8976f53

Please sign in to comment.