You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
423 B

1 month ago
  1. import Steps from './src/steps2.mjs';
  2. import Step from './src/item2.mjs';
  3. export { stepProps } from './src/item.mjs';
  4. export { stepsEmits, stepsProps } from './src/steps.mjs';
  5. import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
  6. const ElSteps = withInstall(Steps, {
  7. Step
  8. });
  9. const ElStep = withNoopInstall(Step);
  10. export { ElStep, ElSteps, ElSteps as default };
  11. //# sourceMappingURL=index.mjs.map