UNPKG

dk-plus

Version:
8 lines (7 loc) 269 B
import type { CheckboxGroupPropsType } from '../../dkcheckbox_group/src/prop'; interface checkboxReturnsType { refresh: Function; getSlot: Function; } export declare const getCheckboxGroupSlot: (props: CheckboxGroupPropsType) => checkboxReturnsType; export {};