UNPKG

@fesjs/fes-design

Version:
7 lines (6 loc) 392 B
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>>;