UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 239 B
/// <reference types="react" /> import React from 'react'; export default class BasicRadioExample extends React.Component<any, any> { state: { part1Value: number; part2Value: number; }; render(): JSX.Element; }