react-restyle-components 0.1.18 → 0.1.21

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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ import {Stepper} from 'react-restyle-components';
18
18
  <Stepper
19
19
  steps={['1', '2', '3']}
20
20
  currentStep={2}
21
- onStepClick={(currentStep, step) => {
21
+ onStepClick={(currentStep: any, step: any) => {
22
22
  // eslint-disable-next-line no-console
23
23
  console.log({currentStep, step});
24
24
  }}
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.18",
3
+ "version": "0.1.21",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
- "types": "lib/index.d.ts",
7
6
  "main": "lib/cjs/index.js",
8
7
  "module": "lib/esm/index.js",
9
8
  "author": {