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
/
radio
/
index.js
7 lines
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Radio
from
'./radio'
;
import
Group
from
'./group'
;
import
Button
from
'./radioButton'
;
Radio
.
Button
=
Button
;
Radio
.
Group
=
Group
;
export
{
Button
,
Group
};
export
default
Radio
;