tdesign-vue-next
Version:
TDesign Component for vue-next
40 lines (39 loc) • 940 B
TypeScript
import { TdRadioProps } from './type';
import { PropType } from 'vue';
declare const _default: {
allowUncheck: BooleanConstructor;
checked: {
type: BooleanConstructor;
default: any;
};
modelValue: {
type: BooleanConstructor;
default: any;
};
defaultChecked: BooleanConstructor;
default: {
type: PropType<TdRadioProps["default"]>;
};
disabled: {
type: BooleanConstructor;
default: any;
};
label: {
type: PropType<TdRadioProps["label"]>;
};
name: {
type: StringConstructor;
default: string;
};
readonly: {
type: BooleanConstructor;
default: any;
};
value: {
type: PropType<TdRadioProps["value"]>;
default: TdRadioProps["value"];
};
onChange: PropType<TdRadioProps["onChange"]>;
onClick: PropType<TdRadioProps["onClick"]>;
};
export default _default;