element-plus
Version:
A Component Library for Vue 3
9 lines (8 loc) • 671 B
TypeScript
import type { ExtractPropTypes } from 'vue';
export declare const radioButtonProps: {
readonly name: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, unknown, unknown>;
readonly label: import("element-plus/es/utils/props").BuildPropReturn<(BooleanConstructor | StringConstructor | NumberConstructor)[], string, unknown, unknown, unknown>;
readonly size: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "large" | "medium" | "mini", unknown>;
readonly disabled: BooleanConstructor;
};
export declare type RadioButtonProps = ExtractPropTypes<typeof radioButtonProps>;