UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

13 lines (12 loc) 524 B
import React from 'react'; import RadioAnt from 'antd/lib/radio'; import type { RadioChangeEvent } from 'antd/es/radio'; import { IBaseRadioProps } from './types'; export declare const BaseRadio: React.FC<IBaseRadioProps>; interface CompoundedComponent extends React.ForwardRefExoticComponent<IBaseRadioProps & React.RefAttributes<HTMLElement>> { Group: typeof RadioAnt.Group; Button: typeof RadioAnt.Button; } declare const Radio: CompoundedComponent; export { RadioChangeEvent }; export default Radio;