@fesjs/fes-design
Version:
fes-design for PC
7 lines (6 loc) • 371 B
TypeScript
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>>;