Skip to content

Commit

Permalink
fix: mitt not export type
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatAuk committed Sep 16, 2023
1 parent a01a5ee commit 2830b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/vendor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { debounce, throttle } from 'throttle-debounce'
export * from 'mitt'
export { default as mitt } from 'mitt'
export { default as Cookies } from 'js-cookie'
export { default as merge } from 'deepmerge'

0 comments on commit 2830b8e

Please sign in to comment.