UNPKG

351 BTypeScriptView Raw
1import * as React from 'react';
2import type { AbstractCheckboxProps } from '../checkbox/Checkbox';
3import type { RadioChangeEvent } from './interface';
4export type RadioButtonProps = AbstractCheckboxProps<RadioChangeEvent>;
5declare const _default: React.ForwardRefExoticComponent<RadioButtonProps & React.RefAttributes<any>>;
6export default _default;