Skip to content

Commit

Permalink
fix: export default
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Mar 22, 2024
1 parent 4f41408 commit 71f60a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference path="./client.d.ts" />

export * from './dist'

export { default } from './dist'

0 comments on commit 71f60a2

Please sign in to comment.