mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
9 lines
185 B
TypeScript
9 lines
185 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
|
|
import Input from './src/input.vue'
|
|
|
|
export const ElInput = withInstall(Input)
|
|
export default ElInput
|
|
|
|
export * from './src/input'
|