UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 176 B
import * as React from 'react'; import type { RadioGroupContextProps } from "./types.js"; export declare const RadioGroupContext: React.Context<RadioGroupContextProps | null>;