UNPKG

@aplus-frontend/ui

Version:

6 lines (5 loc) 396 B
import { CheckboxOptionType } from '@aplus-frontend/antdv'; import { CheckboxValueType } from '@aplus-frontend/antdv/es/checkbox/interface'; import { VueNode } from '@aplus-frontend/antdv/es/_util/type'; export declare const getOptionValue: (v: CheckboxOptionType | string | number) => CheckboxValueType; export declare const getOptionLabel: (v: CheckboxOptionType | string | number) => VueNode;