UNPKG

@fesjs/fes-design

Version:
7 lines (6 loc) 371 B
import type { InjectionKey } from 'vue'; import type { ParentGroupInjection } from '../_util/use/useSelect'; import type { RadioValue } from '../radio/props'; import type { RadioGroupInnerProps } from './props'; export declare const COMPONENT_NAME = "FRadioGroup"; export declare const radioGroupKey: InjectionKey<ParentGroupInjection<RadioValue, RadioGroupInnerProps>>;