import { RadioGroupProps as UnStyledRadioGroupProps } from '@sheinx/base'; import { GetWithFieldProps } from '../hooks/use-field-common'; export type BaseRadioGroupProps = Omit, 'jssStyle'>; /** * @title Radio.Group * @sort 2 */ export type RadioGroupProps = GetWithFieldProps, BaseRadioGroupProps['value']>;