forked from fdzcxy212206413/gsl_grs
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.
15 lines
455 B
15 lines
455 B
import '../../utils/index.mjs';
|
|
import Steps from './src/steps.mjs';
|
|
import Step from './src/item.mjs';
|
|
export { stepProps } from './src/item2.mjs';
|
|
export { stepsEmits, stepsProps } from './src/steps2.mjs';
|
|
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElSteps = withInstall(Steps, {
|
|
Step
|
|
});
|
|
const ElStep = withNoopInstall(Step);
|
|
|
|
export { ElStep, ElSteps, ElSteps as default };
|
|
//# sourceMappingURL=index.mjs.map
|