v2.0.1
Added TypeScript support. There are some changes.
Change
- Support TypeScript
- Added GitHub Actions
- Change from
export default
toexport
. When library importing, it will be as follows.
import { useModal } from 'react-hooks-use-modal'
- Change from
babel
tomicrobundle
. Added some npm commands.
// build src
npm run build
// watch src
npm run watch