Skip to content

Commit

Permalink
Fix export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan committed Nov 13, 2024
1 parent 3e10c64 commit 3e83e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ const PhoneInput = forwardRef(({
})

export default PhoneInput;
export type {PhoneInputProps, PhoneNumber, locale};
export {PhoneInputProps, PhoneNumber, locale};

0 comments on commit 3e83e33

Please sign in to comment.