UNPKG
ant-table-ext
Version:
latest (2.13.1)
2.13.1
2.13.0
2.12.0
An extended table based on ant table
github.com/toyang/ant-table-ext
toyang/ant-table-ext
ant-table-ext
/
es
/
input
/
index.js
8 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
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
;