UNPKG

zent

Version:

一套前端设计语言和基于React的实现

5 lines (4 loc) 191 B
/// <reference types="react" /> import { IRadioProps } from './AbstractRadio'; export declare function RadioButton<Value>(props: IRadioProps<Value>): JSX.Element; export default RadioButton;