beca-ui 2.0.20-beta.17 → 2.0.20-beta.18

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.
@@ -1,5 +1,5 @@
1
1
  import { StepsProps as AntStepsProps } from "antd";
2
- import RcSteps from "rc-steps";
2
+ import { StepProps } from "antd/lib";
3
3
  export interface StepsProps extends AntStepsProps {
4
4
  }
5
- export type StepProps = typeof RcSteps.Step;
5
+ export type { StepProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.0.20-beta.17",
3
+ "version": "2.0.20-beta.18",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {