UNPKG

@cainiaofe/cn-ui-m

Version:
11 lines (10 loc) 258 B
import * as React from 'react'; import './cn-radio.scss'; import type { CnRadioProps } from './types'; export declare const CnRadio: { (props: CnRadioProps): React.JSX.Element; displayName: string; defaultProps: { size: string; }; };