UNPKG
qt-public-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
新设计规范下业务组件库
qt-public-ui
/
es
/
Radio
/
radio.js
5 lines
•
152 B
JavaScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
Radio
}
from
'antd'
;
export
default
(
function
(
props
) {
return
/*#__PURE__*/
React
.
createElement
(
Radio
, props); });