ecency / hivesigner-sdk

Hivesigner SDK
https://hivesigner.com
MIT License
2 stars 1 forks source link

default export for backward compatibility #5

Closed talhasch closed 3 years ago

talhasch commented 3 years ago

Exporting components separately is a common typescript approach but most users has been used / tend to use this library with default import. Therefore good to export default components with a default wrapper. Otherwise it may feel like that this library buggy or doesn't work.