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