UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

12 lines (11 loc) 394 B
import React from 'react'; import { RadioProps } from './interface'; declare function Radio(baseProps: RadioProps): JSX.Element; declare namespace Radio { var __BYTE_RADIO: boolean; var displayName: string; var Group: typeof import("./group").default; var GroupContext: React.Context<import("./interface").RadioGroupContextProps>; } export default Radio; export { RadioProps };