ant-design-vue/components/input/index.js

10 lines
210 B
JavaScript
Raw Normal View History

2017-12-06 10:54:20 +00:00
import Input from './Input'
import Group from './Group'
import Search from './Search'
2017-12-07 04:31:12 +00:00
import TextArea from './TextArea'
2017-12-06 10:54:20 +00:00
Input.Group = Group
Input.Search = Search
2017-12-07 04:31:12 +00:00
Input.TextArea = TextArea
2017-12-06 10:54:20 +00:00
export default Input