UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

10 lines (9 loc) 262 B
import * as React from 'react'; import RadioProps from './RadioPropsType'; export default class Radio extends React.Component<RadioProps, any> { static RadioItem: any; static defaultProps: { prefixCls: string; }; render(): JSX.Element; }