feat: initial commit - Phase 1 & 2 core features

This commit is contained in:
hiderfong
2026-04-22 17:07:33 +08:00
commit 1773bda06b
25005 changed files with 6252106 additions and 0 deletions
+14
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