UNPKG

tdesign-mobile-vue

Version:
98 lines (97 loc) 3.18 kB
import { RadioValue, TdRadioGroupProps } from '../radio/type'; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ allowUncheck: BooleanConstructor; borderless: BooleanConstructor; disabled: { type: BooleanConstructor; default: any; }; icon: { type: import("vue").PropType<TdRadioGroupProps['icon']>; default: string; }; keys: { type: import("vue").PropType<TdRadioGroupProps['keys']>; }; name: { type: StringConstructor; default: string; }; options: { type: import("vue").PropType<TdRadioGroupProps['options']>; }; placement: { type: import("vue").PropType<TdRadioGroupProps['placement']>; default: TdRadioGroupProps['placement']; validator(val: TdRadioGroupProps['placement']): boolean; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType<TdRadioGroupProps['value']>; default: any; }; modelValue: { type: import("vue").PropType<TdRadioGroupProps['value']>; default: any; }; defaultValue: { type: import("vue").PropType<TdRadioGroupProps['defaultValue']>; }; onChange: import("vue").PropType<TdRadioGroupProps['onChange']>; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ allowUncheck: BooleanConstructor; borderless: BooleanConstructor; disabled: { type: BooleanConstructor; default: any; }; icon: { type: import("vue").PropType<TdRadioGroupProps['icon']>; default: string; }; keys: { type: import("vue").PropType<TdRadioGroupProps['keys']>; }; name: { type: StringConstructor; default: string; }; options: { type: import("vue").PropType<TdRadioGroupProps['options']>; }; placement: { type: import("vue").PropType<TdRadioGroupProps['placement']>; default: TdRadioGroupProps['placement']; validator(val: TdRadioGroupProps['placement']): boolean; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType<TdRadioGroupProps['value']>; default: any; }; modelValue: { type: import("vue").PropType<TdRadioGroupProps['value']>; default: any; }; defaultValue: { type: import("vue").PropType<TdRadioGroupProps['defaultValue']>; }; onChange: import("vue").PropType<TdRadioGroupProps['onChange']>; }>> & Readonly<{}>, { allowUncheck: boolean; borderless: boolean; disabled: boolean; icon: "circle" | "dot" | "line" | ((h: typeof import('vue').h) => import("@/index-lib").TNodeReturnValue)[]; name: string; placement: "left" | "right"; readonly: boolean; value: RadioValue; modelValue: RadioValue; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;