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

10 lines
216 B
JavaScript
Raw Normal View History

2017-12-06 18:54:20 +08:00
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