UNPKG

@aplus-frontend/ui

Version:

4 lines (3 loc) 258 B
import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group'; export declare const getOptionValue: (v: RadioGroupChildOption | string | number) => any; export declare const getOptionLabel: (v: RadioGroupChildOption | string | number) => any;