mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 17:31:43 +08:00
10 lines
216 B
JavaScript
10 lines
216 B
JavaScript
|
import Input from './Input'
|
||
|
import Group from './Group'
|
||
|
import Search from './Search'
|
||
|
// import TextArea from './TextArea'
|
||
|
|
||
|
Input.Group = Group
|
||
|
Input.Search = Search
|
||
|
// Input.TextArea = TextArea
|
||
|
export default Input
|