@i-novus/ui-core
Version:
Базовые UI компоненты
6 lines (5 loc) • 415 B
TypeScript
/// <reference types="react" />
import { RadioGroupContextProps, RadioGroupProps } from './index.types';
export declare const RadioGroupContext: import("react").Context<RadioGroupContextProps | null>;
export declare const useRadioGroupContext: () => RadioGroupContextProps;
export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;