react-confirm 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,3 +108,11 @@ const handleOnClick2 = async () => {
108
108
 
109
109
  You can check more complex example in [codesandbox](https://codesandbox.io/s/react-confirm-with-react-bootstrap-kjju1)
110
110
 
111
+
112
+ ## typescript
113
+
114
+ Experimentally added full typescript declaration files at `typescript` branch.
115
+
116
+ see [typescript example](https://github.com/haradakunihiko/react-confirm/tree/typescript/example/ts-react-bootstrap).
117
+
118
+ and try `npm install git@github.com:haradakunihiko/react-confirm.git#typescript` to use in your project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-confirm",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Small library which makes your Dialog component callable",
5
5
  "main": "lib/index.js",
6
6
  "repository": {