UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 274 B
import { withInstall, withNoopInstall } from '@element-plus/utils/with-install' import Steps from './src/index.vue' import Step from './src/item.vue' export const ElSteps = withInstall(Steps, { Step, }) export default ElSteps export const ElStep = withNoopInstall(Step)