mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 12:48:04 +08:00
10 lines
234 B
TypeScript
10 lines
234 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Input from './src/input.vue'
|
|
|
|
export const ElInput = withInstall(Input)
|
|
export default ElInput
|
|
|
|
export * from './src/input'
|
|
export type { InputInstance } from './src/instance'
|