UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 269 B
import { FC } from 'react'; import './RadioButton-Content.css'; export interface IRadioButtonContentProps { /** * Дополнительный класс. */ className?: string; } export declare const RadioButtonContent: FC<IRadioButtonContentProps>;