import React, { forwardRef } from 'react'; import { BaseRadioGroup, type BaseRadioGroupProps } from '../components/base-radio-group'; import styles from './desktop.module.css'; export type RadioGroupDesktopProps = Omit; export const RadioGroupDesktop = forwardRef( (props, ref) => , );