index.d.ts 95 B

1234
  1. import Steps from './Steps';
  2. import Step from './Step';
  3. export { Step };
  4. export default Steps;