Skip to content

Commit

Permalink
feat: remove default export
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
The default export was removed. Use the named export `useCurrencyInput` instead.
  • Loading branch information
dm4t2 committed Jul 2, 2022
1 parent e20bae9 commit 4555928
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
@@ -1,9 +1,4 @@
import useCurrencyInput from './useCurrencyInput'

/**
* @deprecated Use the named export `useCurrencyInput` instead.
*/
export default useCurrencyInput
export * from './api'

export { useCurrencyInput }

0 comments on commit 4555928

Please sign in to comment.