You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
349 B
7 lines
349 B
import * as React from 'react';
|
|
import { RadioChangeEvent } from './interface';
|
|
import { AbstractCheckboxProps } from '../checkbox/Checkbox';
|
|
export declare type RadioButtonProps = AbstractCheckboxProps<RadioChangeEvent>;
|
|
declare const _default: React.ForwardRefExoticComponent<RadioButtonProps & React.RefAttributes<any>>;
|
|
export default _default;
|