Юниверс DG SDK UI
v2.15.0

Интерфейс RadioComponentType

Интерфейс компонента радиоэлемента, включающий группу и кнопку.

interface RadioComponentType {
    $$typeof: symbol;
    Button: RadioButtonComponentType;
    defaultProps?: Partial<RadioProps & RefAttributes<HTMLElement>>;
    displayName?: string;
    Group: RadioRadioGroupComponentType;
    propTypes?: WeakValidationMap<RadioProps & RefAttributes<HTMLElement>>;
    (
        props: RadioProps & RefAttributes<HTMLElement>,
    ): ReactElement<any, string | JSXElementConstructor<any>> | null;
}

Иерархия (Просмотр сводки)

Индекс

Свойства

$$typeof: symbol

Компонент кнопки радиоэлемента.

defaultProps?: Partial<RadioProps & RefAttributes<HTMLElement>>
displayName?: string

Компонент группы радиоэлементов.

propTypes?: WeakValidationMap<RadioProps & RefAttributes<HTMLElement>>