tdesign-mobile-vue
Version:
tdesign-mobile-vue
47 lines (46 loc) • 1.22 kB
TypeScript
import { TdRadioGroupProps } from '../radio/type';
import { PropType } from 'vue';
declare const _default: {
allowUncheck: BooleanConstructor;
borderless: BooleanConstructor;
disabled: {
type: BooleanConstructor;
default: any;
};
icon: {
type: PropType<TdRadioGroupProps['icon']>;
default: string;
};
keys: {
type: PropType<TdRadioGroupProps['keys']>;
};
name: {
type: StringConstructor;
default: string;
};
options: {
type: PropType<TdRadioGroupProps['options']>;
};
placement: {
type: PropType<TdRadioGroupProps['placement']>;
default: TdRadioGroupProps['placement'];
validator(val: TdRadioGroupProps['placement']): boolean;
};
readonly: {
type: BooleanConstructor;
default: any;
};
value: {
type: PropType<TdRadioGroupProps['value']>;
default: any;
};
modelValue: {
type: PropType<TdRadioGroupProps['value']>;
default: any;
};
defaultValue: {
type: PropType<TdRadioGroupProps['defaultValue']>;
};
onChange: PropType<TdRadioGroupProps['onChange']>;
};
export default _default;