1.0.0:first commit

This commit is contained in:
2026-03-26 01:23:19 +08:00
commit f8d5b11567
23562 changed files with 2853775 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import { withInstall, withNoopInstall } from "../../utils/vue/install.mjs";
import { stepsEmits, stepsProps } from "./src/steps.mjs";
import { STEPS_INJECTION_KEY } from "./src/tokens.mjs";
import steps_default from "./src/steps2.mjs";
import { stepProps } from "./src/item.mjs";
import item_default from "./src/item2.mjs";
//#region ../../packages/components/steps/index.ts
const ElSteps = withInstall(steps_default, { Step: item_default });
const ElStep = withNoopInstall(item_default);
//#endregion
export { ElStep, ElSteps, ElSteps as default, STEPS_INJECTION_KEY, stepProps, stepsEmits, stepsProps };
//# sourceMappingURL=index.mjs.map