UNPKG

element-plus

Version:

A Component Library for Vue3.0

38 lines (37 loc) 1.23 kB
import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: string; }; size: { type: PropType<ComponentSize>; validator: (val: string) => boolean; }; fill: { type: StringConstructor; default: string; }; textColor: { type: StringConstructor; default: string; }; disabled: BooleanConstructor; }, { handleKeydown: (e: any) => void; radioGroupSize: import("vue").ComputedRef<ComponentSize>; radioGroup: any; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ modelValue: string | number | boolean; fill: string; textColor: string; disabled: boolean; } & { size?: ComponentSize; }>, { modelValue: string | number | boolean; fill: string; textColor: string; disabled: boolean; }>; export default _default;