We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c8fef commit 8976f53Copy full SHA for 8976f53
src/core/index.ts
@@ -0,0 +1,4 @@
1
+export * from "./context"
2
+export * from "./directive"
3
+export * from "./directives"
4
+export * from "./unplugin"
src/index.ts
@@ -1,4 +1,2 @@
export * from './types'
-export * from './core/directive'
-export { default } from './core/unplugin'
-export * from './core/directives'
+export * from './core'
0 commit comments