antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
9 lines (8 loc) • 329 B
TypeScript
/// <reference types="react" />
import './radio.less';
export type { RadioProps, RadioValue } from './radio';
export type { RadioGroupProps } from './group';
declare const _default: import("react").FC<import("./radio").RadioProps> & {
Group: import("react").FC<import("./group").RadioGroupProps>;
};
export default _default;