element-plus
Version:
A Component Library for Vue 3
9 lines (8 loc) • 667 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 size: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "", false, "" | "small" | "large" | "medium" | "mini", never>;
readonly disabled: BooleanConstructor;
readonly label: import("element-plus/es/utils/props").BuildPropReturn<(BooleanConstructor | StringConstructor | NumberConstructor)[], string, unknown, unknown, unknown>;
};
export declare type RadioButtonProps = ExtractPropTypes<typeof radioButtonProps>;