UNPKG

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