element-plus/packages/components/input/index.ts
三咲智子 ffe6d251c6
refactor(components): refactor input (#3805)
* refactor(input): rename

* refactor(input): with-install

* refactor(input): kebab-case

* refactor(components): refactor input

* fix: fix test import

* refactor(components): [el-input] refactor export named

* refactor: improve types

* refactor: improve types
2021-10-18 16:21:30 +08:00

9 lines
195 B
TypeScript

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'