UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (5 loc) 195 B
import { withInstall } from '@element-plus/utils/with-install' import Input from './src/input.vue' export const ElInput = withInstall(Input) export default ElInput export * from './src/input'