@fesjs/fes-design
Version:
fes-design for PC
7 lines (6 loc) • 392 B
TypeScript
import type { InjectionKey } from 'vue';
import type { ParentGroupInjection } from '../_util/use/useSelect';
import type { CheckboxValue } from '../checkbox/props';
import type { CheckboxGroupInnerProps } from './props';
export declare const COMPONENT_NAME = "FCheckboxGroup";
export declare const checkboxGroupKey: InjectionKey<ParentGroupInjection<CheckboxValue, CheckboxGroupInnerProps>>;